We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cf1d4 commit b22ed9eCopy full SHA for b22ed9e
.github/workflows/code-quality.yml
@@ -38,6 +38,13 @@ jobs:
38
# causing the action to fail.
39
show-openssf-scorecard: false
40
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
48
install-ui:
49
name: "Install UI"
50
runs-on: ubuntu-latest
0 commit comments