Projects STRLCPY wrongsecrets Commits 65ed630a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    Dockerfile.web
    1  -FROM jeroenwillemsen/wrongsecrets:1.5.11-no-vault
    2  -ARG argBasedVersion="1.5.11"
     1 +FROM jeroenwillemsen/wrongsecrets:1.5.12RC2-no-vault
     2 +ARG argBasedVersion="1.5.12RC2-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
    5 5  ARG HINTS_ENABLED=true
    skipped 28 lines
  • ■ ■ ■ ■ ■
    README.md
    skipped 201 lines
    202 202  Top contributors:
    203 203   
    204 204  - [Nanne Baars @nbaars](https://github.com/nbaars)
    205  -- [Marcin Nowak @MarcinNowak-codes](https://github.com/MarcinNowak-codes)
    206 205  - [Joss Sparkes @remakingeden](https://github.com/remakingeden)
     206 +- [Marcin Nowak @MarcinNowak-codes](https://github.com/MarcinNowak-codes)
    207 207  - [Tibor Hercz @tiborhercz](https://github.com/tiborhercz)
    208 208  - [Chris Elbring Jr. @neatzsche](https://github.com/neatzsche)
    209 209  - [Filip Chyla @fchyla](https://github.com/fchyla)
    skipped 2 lines
    212 212  - [Spyros @northdpole](https://github.com/northdpole)
    213 213  - [Mike Woudenberg @mikewoudenberg](https://github.com/mikewoudenberg)
    214 214  - [Ruben Kruiver @RubenAtBinx](https://github.com/RubenAtBinx)
     215 +- [Nicolas Humblot @nhumblot](https://github.com/nhumblot)
    215 216  - [Finn @f3rn0s](https://github.com/f3rn0s)
    216 217  - [Alex Bender @alex-bender](https://github.com/alex-bender)
    217 218  - [Rick M @kingthorin](https://github.com/kingthorin)
    skipped 197 lines
  • ■ ■ ■ ■ ■ ■
    aws/README.md
    skipped 100 lines
    101 101  | Name | Version |
    102 102  |------|---------|
    103 103  | <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
    104  -| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.41.0 |
     104 +| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.45.0 |
    105 105  | <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.1 |
    106 106  | <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.4.3 |
    107 107   
    skipped 1 lines
    109 109   
    110 110  | Name | Version |
    111 111  |------|---------|
    112  -| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.41.0 |
     112 +| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.45.0 |
    113 113  | <a name="provider_http"></a> [http](#provider\_http) | ~> 3.1 |
    114 114  | <a name="provider_random"></a> [random](#provider\_random) | ~> 3.4.3 |
    115 115   
    skipped 52 lines
  • ■ ■ ■ ■
    aws/versions.tf
    skipped 2 lines
    3 3   
    4 4   required_providers {
    5 5   aws = {
    6  - version = "~> 4.41.0"
     6 + version = "~> 4.45.0"
    7 7   }
    8 8   random = {
    9 9   version = "~> 3.4.3"
    skipped 7 lines
  • ■ ■ ■ ■ ■ ■
    js/package-lock.json
    skipped 7 lines
    8 8   "name": "wrongsecrets",
    9 9   "version": "1.3.1",
    10 10   "license": "MIT",
     11 + "dependencies": {
     12 + "minimatch": ">=5.1.1"
     13 + },
    11 14   "devDependencies": {
    12 15   "javascript-obfuscator": "^4.0.0",
    13 16   "minimatch": ">=5.1.1"
    skipped 2064 lines
  • ■ ■ ■ ■ ■
    src/main/resources/templates/welcome.html
    skipped 98 lines
    99 99   <li><a href="https://github.com/northdpole">Spyros @northdpole</a></li>
    100 100   <li><a href="https://github.com/mikewoudenberg">Mike Woudenberg @mikewoudenberg</a></li>
    101 101   <li><a href="https://github.com/RubenAtBinx">Ruben Kruiver @RubenAtBinx</a></li>
     102 + <li><a href="https://github.com/nhumblot">Nicolas Humblot @nhumblot</a></li>
    102 103   <li><a href="https://github.com/alex-bender">Alex Bender @alex-bender</a></li>
    103 104   <li><a href="https://github.com/f3rn0s">Finn @f3rn0s</a></li>
    104 105   <li><a href="https://github.com/kingthorin">Rick M @kingthorin</a></li>
    skipped 66 lines
Please wait...
Page is in error, reload to recover