Skip to content

Commit 1afb099

Browse files
committed
Release 1.12.5: new challenge
1 parent ace6c83 commit 1afb099

15 files changed

+19
-18
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="ActciVa30zz3eQHCIr4iZfw94ASoBgIsx8pxpK+Z5ic="
350+
export tempPassword="n8I+QjymvAu8QGz6mt0Ax7yOJ1PpX1Z6T5C4SPk4G9w="
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.4"
4+
ARG argBasedVersion="1.12.5"
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.4-no-vault
2-
ARG argBasedVersion="1.12.4-no-vault"
1+
FROM jeroenwillemsen/wrongsecrets:1.12.5-no-vault
2+
ARG argBasedVersion="1.12.5-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

aws/k8s/secret-challenge-vault-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
volumeAttributes:
5959
secretProviderClass: "wrongsecrets-aws-secretsmanager"
6060
containers:
61-
- image: jeroenwillemsen/wrongsecrets:1.12.4-k8s-vault
61+
- image: jeroenwillemsen/wrongsecrets:1.12.5-k8s-vault
6262
imagePullPolicy: IfNotPresent
6363
name: secret-challenge
6464
command: ["/bin/sh"]

azure/k8s/secret-challenge-vault-deployment.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
volumeAttributes:
6262
secretProviderClass: "azure-wrongsecrets-vault"
6363
containers:
64-
- image: jeroenwillemsen/wrongsecrets:1.12.4-k8s-vault
64+
- image: jeroenwillemsen/wrongsecrets:1.12.5-k8s-vault
6565
imagePullPolicy: IfNotPresent
6666
name: secret-challenge
6767
command: ["/bin/sh"]

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.4-SNAPSHOT
16-
Dockerfile version: 1.12.4
17-
Dockerfile.web version: 1.12.4-no-vault
15+
pom.xml version: 1.12.5-SNAPSHOT
16+
Dockerfile version: 1.12.5
17+
Dockerfile.web version: 1.12.5-no-vault
1818
```
1919

2020
## Automated Solutions

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app = "wrongsecrets"
88
primary_region = "ams"
99

1010
[build]
11-
image = "docker.io/jeroenwillemsen/wrongsecrets:1.12.4-no-vault"
11+
image = "docker.io/jeroenwillemsen/wrongsecrets:1.12.5-no-vault"
1212

1313
[env]
1414
K8S_ENV = "Fly(Docker)"

gcp/k8s/secret-challenge-vault-deployment.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
volumeAttributes:
5959
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
6060
containers:
61-
- image: jeroenwillemsen/wrongsecrets:1.12.4-k8s-vault
61+
- image: jeroenwillemsen/wrongsecrets:1.12.5-k8s-vault
6262
imagePullPolicy: IfNotPresent
6363
name: secret-challenge
6464
command: ["/bin/sh"]

heroku.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build:
22
docker:
33
web: Dockerfile.web
4+
worker: Dockerfile

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 = "HLYP4Ns=" + 9 + "+zc+" + 6 + "3+M=" + 2 + "A2+n" + 7;
3+
var password = "7pWNmu0=" + 9 + "Xfhx" + 6 + "HyI=" + 2 + "Tz51" + 7;
44
return password;
55
}

0 commit comments

Comments
 (0)