chore(security): update filelock dep to solve vulnerability 82754 (#9816)

This commit is contained in:
Josema Camacho
2026-01-20 13:26:59 +01:00
committed by GitHub
parent 5be4ec511f
commit d1a7eed5fa
7 changed files with 477 additions and 264 deletions
+1 -2
View File
@@ -61,9 +61,8 @@ jobs:
- name: Safety
if: steps.check-changes.outputs.any_changed == 'true'
run: poetry run safety check --ignore 79023,79027,82754
run: poetry run safety check --ignore 79023,79027
# TODO: 79023 & 79027 knack ReDoS until `azure-cli-core` (via `cartography`) allows `knack` >=0.13.0
# TODO: 82754 filelock TOCTOU symlink vulnerability - transitive dep, awaiting upstream fix
- name: Vulture
if: steps.check-changes.outputs.any_changed == 'true'