Skip to content

Commit e0af0fa

Browse files
committed
S3UTILS-222: allow low-severity aws-sdk v2 advisory in dependency review
Add GHSA-j965-2qgj-vjmq to the allow list since aws-sdk v2 is intentionally used as a devDependency for vault container compatibility. Also add /root/buckets-with-replication.json to step 8 cleanup.
1 parent 1795d54 commit e0af0fa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/dependency-review.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ jobs:
1414

1515
- name: 'Dependency Review'
1616
uses: actions/dependency-review-action@v4
17+
with:
18+
# aws-sdk v2 is intentionally used as a devDependency because the
19+
# fix-missing-replication-permissions script runs inside the vault
20+
# container of older S3C versions (pre-9.5.2) where only v2 is
21+
# available. This low-severity advisory is informational (no patch
22+
# exists, v2 is end-of-life).
23+
allow-ghsas: GHSA-j965-2qgj-vjmq

0 commit comments

Comments
 (0)