You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -292,6 +292,10 @@ set the `BUILD_UI_DIST` environment variable to `NO` before the package build:
292
292
- Use `make standalone_package` instead of `make package` to avoid
293
293
having to manually activate the environment before running CodeChecker.
294
294
295
+
### Minimum Recommended package versions
296
+
297
+
* In production it is recommended to execute CodeChecker with the minimum Python versions: 3.7.14, 3.8.14, 3.9.14, 3.10.6, 3.11.0, otherwise it may be vulnerable to open-redirect attacks. For more info see https://python-security.readthedocs.io/vuln/http-server-redirection.html (CVE-2021-28861).
298
+
295
299
### Upgrading environment after system or Python upgrade
296
300
297
301
If you have upgraded your system's Python to a newer version (e.g., from
@@ -371,16 +375,16 @@ Analyze your project with the `check` command:
0 commit comments