Skip to content

Commit 70a74e4

Browse files
committed
Allow GHSA-g98v-hv3f-hcfr: atty potential unaligned read
This only affects Windows.
1 parent 0eaa66e commit 70a74e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ jobs:
100100

101101
- name: Dependency Review
102102
uses: actions/dependency-review-action@v3
103+
with:
104+
# https://github.com/advisories/GHSA-g98v-hv3f-hcfr atty potential unaligned read on Windows
105+
allow-ghsas: GHSA-g98v-hv3f-hcfr

0 commit comments

Comments
 (0)