Skip to content

Commit

Permalink
Update dependency-review-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWilson-GIS authored Mar 11, 2024
1 parent 793a2d5 commit ab27ac6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ comment_summary_in_pr: always
# Unfortunately, while there is a draft purl spec for specifying a range of package versions, it is not yet merged into the actual spec.
# Until this happens, we will need to specify each version individually.
deny_packages:
# particularly eggregious crypto module
- 'pkg:npm/crypto-js'
# log4j vulnerable to log4shell
- 'pkg:maven/org.apache.logging.log4j/log4j-core@2.17.0'
- 'pkg:maven/org.apache.logging.log4j/log4j-core@2.16.0'
Expand Down Expand Up @@ -78,4 +80,4 @@ warn_only: true
# We are not going to run license checks for now.
# We will look into running them later.
# This check doesn't run on GHES anyway due to limitations in the API, so enabling it would only change things in github.com
license_check: false
license_check: false

0 comments on commit ab27ac6

Please sign in to comment.