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
@@ -288,6 +288,10 @@ set the `BUILD_UI_DIST` environment variable to `NO` before the package build:
288
288
- Use `make standalone_package` instead of `make package` to avoid
289
289
having to manually activate the environment before running CodeChecker.
290
290
291
+
### Minimum Recommended package versions
292
+
293
+
* 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).
294
+
291
295
### Upgrading environment after system or Python upgrade
292
296
293
297
If you have upgraded your system's Python to a newer version (e.g., from
@@ -367,16 +371,16 @@ Analyze your project with the `check` command:
0 commit comments