Skip to content

Commit

Permalink
Add exception for netty vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Mar 7, 2024
1 parent 13e9304 commit 0c573d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
allow-ghsas:
# These are server-side vulnerabilities in Netty. We are not affected.
- GHSA-xpw8-rcwv-8f8p
- GHSA-6mjq-h674-j845
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dependency review
uses: actions/dependency-review-action@v4
with:
config-file: './.github/dependency-review-config.yml'

0 comments on commit 0c573d7

Please sign in to comment.