Skip to content

Commit

Permalink
security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Jun 5, 2024
1 parent 4eb9702 commit 911f1f4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 24 deletions.
57 changes: 40 additions & 17 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,48 @@
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JAVA-ORGECLIPSEJETTY-5958847:
- '*':
reason: Only used in tests
expires: 2025-05-07T10:08:57.000Z
created: 2024-05-08T10:08:57.000Z
SNYK-JAVA-IONETTY-5953332:
- '*':
reason: Only used in load tests
expires: 2025-05-07T10:08:57.000Z
created: 2024-05-08T10:08:57.000Z
SNYK-JAVA-ORGYAML-2806360:
- '*':
reason: Not using YAML for user-facing code
expires: 2024-05-07T10:09:27.027Z
created: 2023-05-08T10:09:27.030Z
SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-5441321:
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-ORGYAML-6056527:
- '*':
reason: Not using YAML for user-facing code
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-CHQOSLOGBACK-6094942:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-CHQOSLOGBACK-6097492:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-CHQOSLOGBACK-6094943:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-CHQOSLOGBACK-6097493:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-ORGSPRINGFRAMEWORK-6444790:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-ORGSPRINGFRAMEWORK-6261586:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-6457293:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-ORGJBOSSXNIO-6403375:
- '*':
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
SNYK-JAVA-COMNIMBUSDS-6247633:
- '*':
reason: Not hosting in CloudFoundry
expires: 2024-05-07T10:09:52.346Z
created: 2023-05-08T10:09:52.353Z
reason: Pending spring security update
expires: 2025-01-01T00:00:00.000Z
patch: {}
severityThreshold: high
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ dependencies {
}
implementation ("org.springframework.boot:spring-boot-starter-undertow")
// Fix vulnerabilities
runtimeOnly("io.undertow:undertow-websockets-jsr:2.2.25.Final")
runtimeOnly("io.undertow:undertow-servlet:2.2.25.Final")
runtimeOnly("io.undertow:undertow-core:2.2.25.Final")
runtimeOnly("io.undertow:undertow-websockets-jsr:${undertow_version}")
runtimeOnly("io.undertow:undertow-servlet:${undertow_version}")
runtimeOnly("io.undertow:undertow-core:${undertow_version}")

implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
runtimeOnly("org.thymeleaf:thymeleaf:${thymeleaf_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ springfox_version=2.6.1
spring_boot_version=2.7.15
gatling_version=3.10.0
mapstruct_version=1.4.2.Final
undertow_version=1.4.10.Final
undertow_version=2.2.32.Final
yarn_version=1.22.15
spring_data_envers_version=2.5.6
jackson_version=2.13.4
Expand Down
3 changes: 0 additions & 3 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
],
"rules": {
"class-name": true,
"comment-format": [
Expand Down

0 comments on commit 911f1f4

Please sign in to comment.