Projects STRLCPY wrongsecrets Commits 3d3091a1
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    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>
    55 55   <dependency-check-maven.version>8.2.1</dependency-check-maven.version>
    56  - <gcp.sdk.version>4.2.0</gcp.sdk.version>
     56 + <gcp.sdk.version>4.3.1</gcp.sdk.version>
    57 57   <github.button.version>2.14.1</github.button.version>
    58 58   <java.version>19</java.version>
    59 59   <jquery.version>3.6.4</jquery.version>
    60 60   <jruby.version>9.4.2.0</jruby.version>
    61  - <lombok.version>1.18.26</lombok.version>
     61 + <lombok.version>1.18.28</lombok.version>
    62 62   <maven.compiler.target>19</maven.compiler.target>
    63 63   <spring.cloud-version>2022.0.3</spring.cloud-version>
    64 64   <spring.security.version>6.0.2</spring.security.version>
    skipped 542 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