Skip to content

Commit

Permalink
V 0.34.0 for mitigation of io.netty dependency medium vulnerability (#45
Browse files Browse the repository at this point in the history
)

* Add Janugraph core dependency management version

* Evolution of io.netty dependency version for cause of existing vulnerability (CVE-2024-29025  on 4.1.106.Final version)
  • Loading branch information
olivierlemee authored Aug 20, 2024
1 parent a782679 commit 5004bca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions demonstrators-line/demonstrator-v0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cybnity</groupId>
<artifactId>techstack</artifactId>
<version>0.33.0</version>
<version>0.34.0</version>
<packaging>pom</packaging>
<name>CYBNITY Official Standard Techstack</name>

Expand Down Expand Up @@ -154,10 +154,10 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- io.netty.resolver.dns.DnsServerAddressStreamProviders ignored about 'io.netty:netty-resolver-dns-native-macos" AVERTISSEMENT on Mac -->
<!-- io.netty.resolver.dns.DnsServerAddressStreamProviders ignored about 'io.netty:netty-resolver-dns-native-macos" NOTIFICATION on Mac -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>[4.1.106.Final,)</version>
<version>[4.1.112.Final,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demonstrators-line/demonstrator-v0/sample-project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cybnity</groupId>
<artifactId>techstack</artifactId>
<version>0.33.0</version>
<version>0.34.0</version>
</parent>

<groupId>org.cybnity.techstack.quality</groupId>
Expand Down
6 changes: 3 additions & 3 deletions demonstrators-line/demonstrator-v0/v0-technologies-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Should allow definition and test of basic software factory implementation allowi
None supervision requirements required regarding the step of the CYBNITY Foundation project.

# CURRENT MPP OFFICIAL VERSION
- Version: 0.33.0
- Released at: July, 19, 2024
- Version: 0.34.0
- Released at: August, 20, 2024
- Status: `RELEASED`
- Documentation: [technologies-stack-analysis](technologies-stack-analysis.md)
- Deliverables:
Expand All @@ -80,7 +80,7 @@ None supervision requirements required regarding the step of the CYBNITY Foundat
<parent>
<groupId>org.cybnity</groupId>
<artifactId>techstack</artifactId>
<version>0.33.0</version>
<version>0.34.0</version>
</parent>

<repositories>
Expand Down

0 comments on commit 5004bca

Please sign in to comment.