Projects STRLCPY wrongsecrets Commits 3b09cb8a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    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
  • ■ ■ ■ ■ ■ ■
    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