Projects STRLCPY wrongsecrets Commits 8842ed27
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    config/.lycheeignore
    skipped 5 lines
    6 6  https://wrongsecrets-ctf.herokuapp.com/api/Challenges
    7 7  https://wrongsecrets.herokuapp.com
    8 8  https://wrongsecrets-commjoen.cloud.okteto.net/
     9 +https://wrongsecrets.fly.dev/
    9 10   
  • ■ ■ ■ ■
    pom.xml
    skipped 45 lines
    46 46   <aws.sdk.version>2.17.285</aws.sdk.version>
    47 47   <asciidoctorj.version>2.5.7</asciidoctorj.version>
    48 48   <jruby.version>9.3.9.0</jruby.version>
    49  - <bootstrap.version>5.2.0</bootstrap.version>
     49 + <bootstrap.version>5.2.2</bootstrap.version>
    50 50   <github.button.version>2.14.1</github.button.version>
    51 51   <gcp.sdk.version>26.1.3</gcp.sdk.version>
    52 52   <thymeleaf-spring5.version>3.0.15.RELEASE</thymeleaf-spring5.version>
    skipped 393 lines
  • ■ ■ ■ ■ ■ ■
    src/main/resources/templates/index.html
    skipped 4 lines
    5 5   <meta charset="UTF-8">
    6 6   <title>OWASP WrongSecrets</title>
    7 7   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    8  - <link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.0/css/bootstrap.min.css} " />
     8 + <link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.2/css/bootstrap.min.css} " />
    9 9   <link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
    10 10   <link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
    11 11  </head>
    skipped 4 lines
    16 16   <th:block layout:fragment="content"></th:block>
    17 17   </div>
    18 18   
    19  - <script th:src="@{/webjars/bootstrap/5.2.0/js/bootstrap.bundle.min.js}"></script>
     19 + <script th:src="@{/webjars/bootstrap/5.2.2/js/bootstrap.bundle.min.js}"></script>
    20 20   <script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.js}"></script>
    21 21   <script th:if="${allCompleted} eq 'party'">
    22 22   window.addEventListener("load", function () {
    skipped 18 lines
Please wait...
Page is in error, reload to recover