Skip to content

Commit

Permalink
Added vulnerable dependency to verify security-issues workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 30, 2023
1 parent d67296d commit e0ce73c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 23 deletions.
49 changes: 26 additions & 23 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changes_2.9.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This release updates the `dependencies_check.yml` GitHub workflow to use new [se
#### Test Dependency Updates

* Updated `com.exasol:project-keeper-shared-test-setup:2.9.14` to `2.9.16`
* Added `io.netty:netty-handler:4.1.100.Final`

### Project Keeper Maven Plugin

Expand Down
7 changes: 7 additions & 0 deletions project-keeper-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@
<artifactId>maven-project-version-getter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- Vulnerable dependency for testing security-issues workflow -->
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.100.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit e0ce73c

Please sign in to comment.