gitsafehub
github.com/guangmingluo/tut-spring-boot-oauth2 ↗

guangmingluo/tut-spring-boot-oauth2

scanned 2026-08-09 · git a277f29
3 of 6 checks flagged a security issue
🔴 Needs attention
Only 5 of 6 checks finished — treat this as provisional. Re-check ↻

Informational scan, not a security audit. How this is computed.

Leaked secrets15Vulnerable dependencies193Known OSS vulnerabilities42Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks 15 found

API keys, passwords or tokens committed into the repo.

  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    custom-error/README.adoc:27
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    logout/src/main/resources/application.yml:5
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    custom-error/src/main/resources/application.yml:5
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    github/src/main/resources/application.yml:12
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    github/src/main/resources/application.yml:23
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    simple/src/main/resources/application.yml:5
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    auth-server/README.adoc:167
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    manual/src/main/resources/application.yml:4
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    auth-server/src/main/resources/application.yml:12
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    auth-server/src/main/resources/application.yml:23
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    manual/README.adoc:116
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    github/README.adoc:94
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    click/src/main/resources/application.yml:5
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    simple/README.adoc:150
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    auth-server/README.adoc:152
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 193 found · 32 serious

Packages you depend on that have known security holes (CVEs).

  • Serious CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2017-15095). Fix: Update that package to its patched version.
  • Serious CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2017-17485). Fix: Update that package to its patched version.
  • Serious CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2017-7525). Fix: Update that package to its patched version.
  • Serious CVE-2018-11307 jackson-databind: Potential information exfiltration with default typing, serialization gadget from MyBatis
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-11307). Fix: Update that package to its patched version.
  • Serious CVE-2018-14718 jackson-databind: arbitrary code execution in slf4j-ext class
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-14718). Fix: Update that package to its patched version.
  • Serious CVE-2018-14719 jackson-databind: arbitrary code execution in blaze-ds-opt and blaze-ds-core classes
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-14719). Fix: Update that package to its patched version.
  • Serious CVE-2018-14720 jackson-databind: exfiltration/XXE in some JDK classes
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-14720). Fix: Update that package to its patched version.
  • Serious CVE-2018-14721 jackson-databind: server-side request forgery (SSRF) in axis2-jaxws class
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-14721). Fix: Update that package to its patched version.
  • Serious CVE-2018-19360 jackson-databind: improper polymorphic deserialization in axis2-transport-jms class
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-19360). Fix: Update that package to its patched version.
  • Serious CVE-2018-19361 jackson-databind: improper polymorphic deserialization in openjpa class
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-19361). Fix: Update that package to its patched version.
  • Serious CVE-2018-19362 jackson-databind: improper polymorphic deserialization in jboss-common-core class
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-19362). Fix: Update that package to its patched version.
  • Serious CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-7489). Fix: Update that package to its patched version.
  • Serious CVE-2019-14379 jackson-databind: default typing mishandling leading to remote code execution
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-14379). Fix: Update that package to its patched version.
  • Serious CVE-2019-14540 jackson-databind: Serialization gadgets in com.zaxxer.hikari.HikariConfig
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-14540). Fix: Update that package to its patched version.
  • Serious CVE-2019-16335 jackson-databind: Serialization gadgets in com.zaxxer.hikari.HikariDataSource
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-16335). Fix: Update that package to its patched version.
  • Serious CVE-2019-16942 jackson-databind: Serialization gadgets in org.apache.commons.dbcp.datasources.*
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-16942). Fix: Update that package to its patched version.
  • Serious CVE-2019-16943 jackson-databind: Serialization gadgets in com.p6spy.engine.spy.P6DataSource
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-16943). Fix: Update that package to its patched version.
  • Serious CVE-2019-17267 jackson-databind: Serialization gadgets in classes of the ehcache package
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-17267). Fix: Update that package to its patched version.
  • Serious CVE-2019-17531 jackson-databind: Serialization gadgets in org.apache.log4j.receivers.db.*
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-17531). Fix: Update that package to its patched version.
  • Serious CVE-2019-20330 jackson-databind: lacks certain net.sf.ehcache blocking
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2019-20330). Fix: Update that package to its patched version.
  • Serious CVE-2020-8840 jackson-databind: Lacks certain xbean-reflect/JNDI blocking
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2020-8840). Fix: Update that package to its patched version.
  • Serious CVE-2020-9547 jackson-databind: Serialization gadgets in ibatis-sqlmap
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2020-9547). Fix: Update that package to its patched version.
  • Serious CVE-2020-9548 jackson-databind: Serialization gadgets in anteros-core
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2020-9548). Fix: Update that package to its patched version.
  • Serious CVE-2022-22965 spring-framework: RCE via Data Binding on JDK 9+
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2022-22965). Fix: Update that package to its patched version.
  • Serious CVE-2018-1260 spring-security-oauth: remote code execution in the authorization process
    manual/pom.xml
    A package you depend on has a known security hole (CVE-2018-1260). Fix: Update that package to its patched version.
… 168 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 42 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing GHSA-3mgp-fx93-9xv5 XSS vulnerability that affects bootstrap
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/auth-server/pom.xml
    A package you depend on has a known security hole (CVE-2018-20676). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3wqf-4x89-9g79 Bootstrap vulnerable to Cross-Site Scripting (XSS)
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/auth-server/pom.xml
    A package you depend on has a known security hole (CVE-2018-14040). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4p24-vmcr-4gqj Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/auth-server/pom.xml
    A package you depend on has a known security hole (CVE-2016-10735). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7mvr-5x2g-wfc8 Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/auth-server/pom.xml
    A package you depend on has a known security hole (CVE-2018-14042). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9v3m-8fp8-mj99 Bootstrap Vulnerable to Cross-Site Scripting
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/auth-server/pom.xml
    A package you depend on has a known security hole (CVE-2019-8331). Fix: Update that package to its patched version.
  • Worth fixing GHSA-ph58-4vrj-w6hr bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/auth-server/pom.xml
    A package you depend on has a known security hole (CVE-2018-20677). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3mgp-fx93-9xv5 XSS vulnerability that affects bootstrap
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/click/pom.xml
    A package you depend on has a known security hole (CVE-2018-20676). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3wqf-4x89-9g79 Bootstrap vulnerable to Cross-Site Scripting (XSS)
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/click/pom.xml
    A package you depend on has a known security hole (CVE-2018-14040). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4p24-vmcr-4gqj Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/click/pom.xml
    A package you depend on has a known security hole (CVE-2016-10735). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7mvr-5x2g-wfc8 Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/click/pom.xml
    A package you depend on has a known security hole (CVE-2018-14042). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9v3m-8fp8-mj99 Bootstrap Vulnerable to Cross-Site Scripting
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/click/pom.xml
    A package you depend on has a known security hole (CVE-2019-8331). Fix: Update that package to its patched version.
  • Worth fixing GHSA-ph58-4vrj-w6hr bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/click/pom.xml
    A package you depend on has a known security hole (CVE-2018-20677). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3mgp-fx93-9xv5 XSS vulnerability that affects bootstrap
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/custom-error/pom.xml
    A package you depend on has a known security hole (CVE-2018-20676). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3wqf-4x89-9g79 Bootstrap vulnerable to Cross-Site Scripting (XSS)
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/custom-error/pom.xml
    A package you depend on has a known security hole (CVE-2018-14040). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4p24-vmcr-4gqj Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/custom-error/pom.xml
    A package you depend on has a known security hole (CVE-2016-10735). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7mvr-5x2g-wfc8 Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/custom-error/pom.xml
    A package you depend on has a known security hole (CVE-2018-14042). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9v3m-8fp8-mj99 Bootstrap Vulnerable to Cross-Site Scripting
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/custom-error/pom.xml
    A package you depend on has a known security hole (CVE-2019-8331). Fix: Update that package to its patched version.
  • Worth fixing GHSA-ph58-4vrj-w6hr bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/custom-error/pom.xml
    A package you depend on has a known security hole (CVE-2018-20677). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3mgp-fx93-9xv5 XSS vulnerability that affects bootstrap
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/github/pom.xml
    A package you depend on has a known security hole (CVE-2018-20676). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3wqf-4x89-9g79 Bootstrap vulnerable to Cross-Site Scripting (XSS)
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/github/pom.xml
    A package you depend on has a known security hole (CVE-2018-14040). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4p24-vmcr-4gqj Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/github/pom.xml
    A package you depend on has a known security hole (CVE-2016-10735). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7mvr-5x2g-wfc8 Bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/github/pom.xml
    A package you depend on has a known security hole (CVE-2018-14042). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9v3m-8fp8-mj99 Bootstrap Vulnerable to Cross-Site Scripting
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/github/pom.xml
    A package you depend on has a known security hole (CVE-2019-8331). Fix: Update that package to its patched version.
  • Worth fixing GHSA-ph58-4vrj-w6hr bootstrap Cross-site Scripting vulnerability
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/github/pom.xml
    A package you depend on has a known security hole (CVE-2018-20677). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3mgp-fx93-9xv5 XSS vulnerability that affects bootstrap
    /workdirs/scan-64745f9e-4a1f-45cf-9314-9d48ac8a6db3/logout/pom.xml
    A package you depend on has a known security hole (CVE-2018-20676). Fix: Update that package to its patched version.
… 17 more not shown

via OSV-Scanner v1.9.2 · Apache-2.0

Risky code patterns — Semgrep none found ✓

Code that can be exploited: injection, hardcoded credentials and similar.

Nothing found by this check. ✓

via Semgrep v1.147.0 · LGPL-2.1

Malicious dependencies — Guarddog none found ✓

Packages that look intentionally malicious: typosquats, sneaky install scripts.

Nothing found by this check. ✓

via Guarddog v2.10.0 · Apache-2.0

Project health

A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.

Project health — OpenSSF Scorecard didn’t run

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OpenSSF Scorecard · Apache-2.0

About these results. Six open-source checks ran in parallel; every finding is tagged with the tool that produced it. The verdict follows a published rule. False positives and false negatives are normal — a clean scan does not mean the code is secure, and a red verdict does not mean the project is compromised.