Projects STRLCPY wrongsecrets Commits 42e63b07
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Dockerfile.web
    1  -FROM jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
     1 +FROM jeroenwillemsen/wrongsecrets:1.6.5-no-vault
    2 2  ARG argBasedVersion="1.6.5-no-vault"
    3 3  ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
    4 4  ARG CTF_ENABLED=false
    skipped 29 lines
  • ■ ■ ■ ■ ■
    README.md
    skipped 286 lines
    287 287   
    288 288  - [Madhu Akula @madhuakula](https://github.com/madhuakula)
    289 289  - [Björn Kimminich @bkimminich](https://github.com/bkimminich)
     290 +- [Dan Gora @devsecops](https://github.com/devsecops)
    290 291  - [Xiaolu Dai @saragluna](https://github.com/saragluna)
    291 292  - [Jonathan Giles @jonathanGiles](https://github.com/JonathanGiles)
    292 293   
    skipped 270 lines
  • ■ ■ ■ ■
    aws/k8s/secret-challenge-vault-deployment.yml
    skipped 40 lines
    41 41   volumeAttributes:
    42 42   secretProviderClass: "wrongsecrets-aws-secretsmanager"
    43 43   containers:
    44  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
     44 + - image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
    45 45   imagePullPolicy: IfNotPresent
    46 46   name: secret-challenge
    47 47   securityContext:
    skipped 71 lines
  • ■ ■ ■ ■
    azure/k8s/secret-challenge-vault-deployment.yml.tpl
    skipped 40 lines
    41 41   volumeAttributes:
    42 42   secretProviderClass: "azure-wrongsecrets-vault"
    43 43   containers:
    44  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
     44 + - image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
    45 45   imagePullPolicy: IfNotPresent
    46 46   name: secret-challenge
    47 47   securityContext:
    skipped 81 lines
  • ■ ■ ■ ■
    fly.toml
    skipped 8 lines
    9 9   dockerfile = "Dockerfile"
    10 10   
    11 11  [build.args]
    12  - argBasedVersion="1.6.5RC2"
     12 + argBasedVersion="1.6.5"
    13 13   spring_profile="without-vault"
    14 14   springdoc_api-docs_enabled="false"
    15 15   springdoc_swagger-ui_enabled="false"
    skipped 35 lines
  • ■ ■ ■ ■
    gcp/k8s/secret-challenge-vault-deployment.yml.tpl
    skipped 38 lines
    39 39   volumeAttributes:
    40 40   secretProviderClass: "wrongsecrets-gcp-secretsmanager"
    41 41   containers:
    42  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
     42 + - image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
    43 43   imagePullPolicy: IfNotPresent
    44 44   name: secret-challenge
    45 45   ports:
    skipped 75 lines
  • ■ ■ ■ ■
    k8s/secret-challenge-deployment.yml
    skipped 27 lines
    28 28   runAsGroup: 2000
    29 29   fsGroup: 2000
    30 30   containers:
    31  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
     31 + - image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
    32 32   imagePullPolicy: IfNotPresent
    33 33   name: secret-challenge
    34 34   ports:
    skipped 67 lines
  • ■ ■ ■ ■
    k8s/secret-challenge-vault-deployment.yml
    skipped 29 lines
    30 30   runAsNonRoot: true
    31 31   serviceAccountName: vault
    32 32   containers:
    33  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
     33 + - image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
    34 34   imagePullPolicy: IfNotPresent
    35 35   name: secret-challenge
    36 36   securityContext:
    skipped 71 lines
  • ■ ■ ■ ■
    okteto/k8s/secret-challenge-ctf-deployment.yml
    skipped 27 lines
    28 28   runAsGroup: 2000
    29 29   fsGroup: 2000
    30 30   containers:
    31  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
     31 + - image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
    32 32   name: secret-challenge-ctf
    33 33   imagePullPolicy: IfNotPresent
    34 34   securityContext:
    skipped 91 lines
  • ■ ■ ■ ■
    okteto/k8s/secret-challenge-deployment.yml
    skipped 27 lines
    28 28   runAsGroup: 2000
    29 29   fsGroup: 2000
    30 30   containers:
    31  - - image: jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
     31 + - image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
    32 32   name: secret-challenge
    33 33   imagePullPolicy: IfNotPresent
    34 34   securityContext:
    skipped 75 lines
  • ■ ■ ■ ■ ■
    src/main/resources/templates/welcome.html
    skipped 141 lines
    142 142   <ul>
    143 143   <li><a href="https://github.com/madhuakula">Madhu Akula @madhuakula</a></li>
    144 144   <li><a href="https://github.com/bkimminich">Björn Kimminich @bkimminich</a></li>
     145 + <li><a href="https://github.com/devsecops">Dan Gora @devsecops</a></li>
    145 146   <li><a href="https://github.com/saragluna">Xiaolu Dai @saragluna</a></li>
    146 147   <li><a href="https://github.com/JonathanGiles">Jonathan Giles @jonathanGiles</a></li>
    147 148   </ul>
    skipped 78 lines
Please wait...
Page is in error, reload to recover