Spring4Shell
Resolved a Spring4Shell vuln
This commit is contained in:
parent
a065ab3047
commit
b9c6c36ca4
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||||||
|
}
|
|
@ -2,6 +2,7 @@ plugins {
|
||||||
id 'org.springframework.boot' version '2.6.1'
|
id 'org.springframework.boot' version '2.6.1'
|
||||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||||
id 'java'
|
id 'java'
|
||||||
|
id "org.sonarqube" version "3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'fr.christophetd.log4shell'
|
group = 'fr.christophetd.log4shell'
|
||||||
|
@ -24,10 +25,6 @@ test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
|
||||||
id "org.sonarqube" version "3.3"
|
|
||||||
}
|
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property "sonar.projectKey", "03495279ef60f968b4ff1ad4fb28e2e4e3fa7eca"
|
property "sonar.projectKey", "03495279ef60f968b4ff1ad4fb28e2e4e3fa7eca"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user