There was an error while loading. Please reload this page.
1 parent d1cf93f commit 3d30cf1Copy full SHA for 3d30cf1
1 file changed
.github/workflows/stubsabot.yml
@@ -28,7 +28,9 @@ jobs:
28
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
29
with:
30
version-file: "requirements-tests.txt"
31
- # Test jobs can populate this cache; stubsabot has push credentials.
+ # A compromised dependency in a test job on main could poison the shared
32
+ # uv cache. Restoring it here could execute attacker-controlled code
33
+ # with access to stubsabot's SSH key and GitHub token.
34
enable-cache: false
35
- name: Git config
36
run: |
0 commit comments