Spring4Shell

Resolved a Spring4Shell vuln
This commit is contained in:
sn-ravance 2022-06-28 12:00:37 -05:00
parent a065ab3047
commit b9c6c36ca4
2 changed files with 4 additions and 4 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

View File

@ -2,6 +2,7 @@ plugins {
id 'org.springframework.boot' version '2.6.1'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id "org.sonarqube" version "3.3"
}
group = 'fr.christophetd.log4shell'
@ -24,10 +25,6 @@ test {
useJUnitPlatform()
}
plugins {
id "org.sonarqube" version "3.3"
}
sonarqube {
properties {
property "sonar.projectKey", "03495279ef60f968b4ff1ad4fb28e2e4e3fa7eca"