Skip to content

Commit 4740a75

Browse files
authored
Merge pull request #2189 from OWASP/version-updates
Updated spring boot to 3.5.5
2 parents 786c712 + fe69223 commit 4740a75

File tree

7 files changed

+113
-113
lines changed

7 files changed

+113
-113
lines changed

.github/scripts/.bash_history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
347347
git rebase -i main
348348
git rebase -i master
349349
git stash
350-
export tempPassword="sgQ/8xYdHO5rkfIRzsFKFz2Ms6R05OHqMC7WOy8jD0A="
350+
export tempPassword="9Un1yhHh0hU/uIdxz3KCVWJabyPJfD+GtNYeOE//KuY="
351351
mvn run tempPassword
352352
k6
353353
npx k6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM bellsoft/liberica-openjre-debian:23.0.2-9-cds AS builder
22
WORKDIR /builder
33

4-
ARG argBasedVersion="1.12.3B2"
4+
ARG argBasedVersion="1.12.3"
55

66
COPY --chown=wrongsecrets target/wrongsecrets-${argBasedVersion}-SNAPSHOT.jar application.jar
77
RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted

Dockerfile.web

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM jeroenwillemsen/wrongsecrets:1.12.3B2-no-vault
2-
ARG argBasedVersion="1.12.3B2-no-vault"
1+
FROM jeroenwillemsen/wrongsecrets:1.12.3-no-vault
2+
ARG argBasedVersion="1.12.3-no-vault"
33
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
44
ARG CTF_ENABLED=false
55
ARG HINTS_ENABLED=true

docs/VERSION_MANAGEMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The project maintains version consistency between:
1212
## Version Schema
1313

1414
```
15-
pom.xml version: 1.12.3B2-SNAPSHOT
16-
Dockerfile version: 1.12.3B2
17-
Dockerfile.web version: 1.12.3B2-no-vault
15+
pom.xml version: 1.12.3-SNAPSHOT
16+
Dockerfile version: 1.12.3
17+
Dockerfile.web version: 1.12.3-no-vault
1818
```
1919

2020
## Automated Solutions

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
function secret() {
3-
var password = "U3R2sO8=" + 9 + "hIh7" + 6 + "R68=" + 2 + "fYkB" + 7;
3+
var password = "iOf3K54=" + 9 + "gyJK" + 6 + "Pu4=" + 2 + "EP15" + 7;
44
return password;
55
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.4</version>
8+
<version>3.5.5</version>
99
<!-- lookup parent from repository -->
1010
</parent>
1111

1212
<groupId>org.owasp</groupId>
1313
<artifactId>wrongsecrets</artifactId>
14-
<version>1.12.3B2-SNAPSHOT</version>
14+
<version>1.12.3-SNAPSHOT</version>
1515

1616
<name>OWASP WrongSecrets</name>
1717
<description>Examples with how to not use secrets</description>
@@ -264,7 +264,7 @@
264264
<dependency>
265265
<groupId>org.springdoc</groupId>
266266
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
267-
<version>2.8.9</version>
267+
<version>2.8.10</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>com.azure.spring</groupId>

src/main/resources/templates/about.html

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)