Projects STRLCPY wrongsecrets Commits 5f3d462f
🤬
  • ■ ■ ■ ■ ■ ■
    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": ">=9.0.1"
     13 + },
    11 14   "devDependencies": {
    12 15   "javascript-obfuscator": "^4.0.2",
    13 16   "minimatch": ">=9.0.1"
    skipped 2084 lines
  • ■ ■ ■ ■
    pom.xml
    skipped 47 lines
    48 48   <asciidoctor.maven.plugin.version>2.2.3</asciidoctor.maven.plugin.version>
    49 49   <asciidoctorj.version>2.5.8</asciidoctorj.version>
    50 50   <aws.sdk.version>2.20.56</aws.sdk.version>
    51  - <bootstrap.version>5.2.3</bootstrap.version>
     51 + <bootstrap.version>5.3.0</bootstrap.version>
    52 52   <com.azure.spring.version>5.1.0</com.azure.spring.version>
    53 53   <cyclonedx.core.version>7.3.2</cyclonedx.core.version>
    54 54   <datatables.version>1.13.2</datatables.version>
    skipped 552 lines
  • ■ ■ ■ ■ ■ ■
    src/main/resources/templates/index.html
    skipped 5 lines
    6 6   <title>OWASP WrongSecrets</title>
    7 7   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    8 8   <link th:rel="stylesheet" th:href="@{/webjars/datatables/1.13.2/css/dataTables.bootstrap5.min.css} " />
    9  - <link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.3/css/bootstrap.min.css} " />
     9 + <link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.0/css/bootstrap.min.css} " />
    10 10   <link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
    11 11   <link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
    12 12   
    skipped 5 lines
    18 18   <th:block layout:fragment="content"></th:block>
    19 19   </div>
    20 20   
    21  - <script th:src="@{/webjars/bootstrap/5.2.3/js/bootstrap.bundle.min.js}"></script>
     21 + <script th:src="@{/webjars/bootstrap/5.3.0/js/bootstrap.bundle.min.js}"></script>
    22 22   <script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
    23 23   <script th:src="@{/webjars/jquery/3.6.4/jquery.min.js}"></script>
    24 24   <script th:src="@{/webjars/datatables/1.13.2/js/jquery.dataTables.min.js}"></script>
    skipped 41 lines
Please wait...
Page is in error, reload to recover