Skip to content

Commit b22ed9e

Browse files
committed
Ignore vulnerability on rustls
1 parent 71cf1d4 commit b22ed9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
# causing the action to fail.
3939
show-openssf-scorecard: false
4040

41+
# Allow GHSA-qg5g-gv98-5ffh (https://github.com/advisories/GHSA-qg5g-gv98-5ffh)
42+
# Very recently found as of now (2024-11-26).
43+
# Affects the Rust crate `rustls`, which is in use by multiple of our dependencies.
44+
# There are no fixes for it yet.
45+
allow-ghsas: GHSA-qg5g-gv98-5ffh
46+
47+
4148
install-ui:
4249
name: "Install UI"
4350
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)