File tree Expand file tree Collapse file tree 7 files changed +113
-113
lines changed
src/main/resources/templates Expand file tree Collapse file tree 7 files changed +113
-113
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
347347git rebase -i main
348348git rebase -i master
349349git stash
350- export tempPassword=" sgQ/8xYdHO5rkfIRzsFKFz2Ms6R05OHqMC7WOy8jD0A ="
350+ export tempPassword=" 9Un1yhHh0hU/uIdxz3KCVWJabyPJfD+GtNYeOE//KuY ="
351351mvn run tempPassword
352352k6
353353npx k6
Original file line number Diff line number Diff line change 11FROM bellsoft/liberica-openjre-debian:23.0.2-9-cds AS builder
22WORKDIR /builder
33
4- ARG argBasedVersion="1.12.3B2 "
4+ ARG argBasedVersion="1.12.3 "
55
66COPY --chown=wrongsecrets target/wrongsecrets-${argBasedVersion}-SNAPSHOT.jar application.jar
77RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted
Original file line number Diff line number Diff line change 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"
33ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
44ARG CTF_ENABLED=false
55ARG HINTS_ENABLED=true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 >
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 >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments