Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

For security, it's highly recommended to validate the downloaded Maven distribution against its checksum. This prevents potential man-in-the-middle attacks where an attacker could provide a malicious version of Maven. You can enable this by adding the distributionSha256Sum property with the SHA-256 checksum of the Maven distribution.

The checksum for Maven 3.9.11 is 43ae8433033359892621b19593539851a947d01435f042045936434453313262.

distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
distributionSha256Sum=43ae8433033359892621b19593539851a947d01435f042045936434453313262

295 changes: 295 additions & 0 deletions mvnw

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

Loading