-
v3.9.5 Stable
released this
2026-03-27 20:59:07 +00:00 | 142 commits to main since this releaseWhat's changed
- Fix Bandit B310 security finding: Validate URL scheme (http/https only) before calling
urllib.request.urlopenin the RSS worker page fetcher. Added# nosec B310annotation for the scheme-validated call. - Version bump:
__version__now correctly reads3.9.5(was stuck on3.9.3in v3.9.4).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix Bandit B310 security finding: Validate URL scheme (http/https only) before calling