| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Agent-Logs-Url: https://github.com/Clarifai/clarifai-python-datautils/sessions/697686b0-20a0-4d58-bca0-31906fefe22f Co-authored-by: sanjaychelliah <65780631+sanjaychelliah@users.noreply.github.com>
There was a problem hiding this comment.
Updates the test dependency pin for pytest to a patched release to address GHSA-6w46-j5rx-g56g / CVE-2025-71176, keeping the change scoped to the test environment requirements.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| @@ -1,2 +1,2 @@ | |||
| pytest==7.4.1 | |||
| pytest==9.0.3 | |||
| pytest-xdist==2.5.0 | |||
| Back | FazBrowse Home | New Git URL |
pytest ≤9.0.2 creates temp directories under /tmp/pytest-of-{user} without adequate ownership checks, allowing local users to pre-create those paths and cause DoS or privilege escalation (GHSA-6w46-j5rx-g56g).
Changes
Reachability
No test in this repo uses the tmpdir or tmp_path fixtures, so the vulnerable code path is never exercised. Update is preventive / scanner hygiene.
Original prompt