| 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/004d53de-f7e7-42f1-9510-902e03582a7f Co-authored-by: sanjaychelliah <65780631+sanjaychelliah@users.noreply.github.com>
There was a problem hiding this comment.
Updates the test dependency on pytest to a patched release that addresses CVE-2025-71176 / GHSA-6w46-j5rx-g56g, reducing exposure on shared UNIX CI runners where pytest’s temp directory handling is exercised on every run.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
pytest ≤9.0.2 uses predictable /tmp/pytest-of-{user} directory names on UNIX, enabling local users to cause DoS or privilege escalation (GHSA-6w46-j5rx-g56g / CVE-2025-71176). Fixed in 9.0.3.
Changes
Reachability
No test in this repo explicitly uses the tmpdir/tmp_path fixtures, but pytest creates its tmpdir tree on every invocation — exposure exists on any shared UNIX CI runner. Update addresses active risk in CI rather than just satisfying scanners.
Original prompt