← Back to scan
File as GitHub Issue repo: spring-projects/spring-framework

Push this scan report to spring-projects/spring-framework

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Async function without await — fire-and-forget Promise (AI mistake)

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT SEC101 [SEC101] Unsafe Java object deserialization (ObjectInputStream): Java ObjectInputStream d… spring-context/src/testFixtures/java/or…:164
CRIT MINED007 [MINED007] Sql String Concat: cursor.execute(f"... {user_input} ...") — SQL injection. framework-docs/src/main/java/org/spring…:46
HIGH SEC024 [SEC024] XML External Entity (XXE) — Java parser default: Java XML parsers accept externa… spring-beans/src/main/java/org/springfr…:94
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … spring-context/src/main/java/org/spring…:160
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … spring-context/src/main/java/org/spring…:98
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … spring-beans/src/main/java/org/springfr…:159
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… framework-docs/src/main/kotlin/org/spri…:40
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… spring-beans/src/main/java/org/springfr…:88
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… spring-beans/src/main/java/org/springfr…:84
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… framework-docs/src/main/java/org/spring…:50
HIGH MINED134 [MINED134] Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo: `gra… gradle/wrapper/gradle-wrapper.jar:1
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release-milestone.yml:89
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release-milestone.yml:60
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release-milestone.yml:16
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/deploy-docs.yml:22
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:88
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:59
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:15
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/build-pull-request.yml:22
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build-pull-request.yml:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/ci.yml:38
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/verify.yml:67
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v5`: `uses: actions/setup-… .github/workflows/verify.yml:44
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/verify.yml:39
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/verify.yml:33
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v5`: `uses: actions/setup-… .github/workflows/backport-bot.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/backport-bot.yml:21
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/build-and-deploy-snap…:16
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered r…
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… spring-beans/src/main/java/org/springfr…:51
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… spring-aop/src/main/java/org/springfram…:38
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… spring-aop/src/main/java/org/springfram…:156
LOW AIC003 Duplicated implementation block across source files spring-beans/src/main/java/org/springfr…:13
LOW AIC003 Duplicated implementation block across source files spring-beans/src/main/java/org/springfr…:33
LOW AIC003 Duplicated implementation block across source files spring-beans/src/main/java/org/springfr…:13
LOW AIC003 Duplicated implementation block across source files spring-aop/src/testFixtures/java/org/sp…:6
LOW AIC003 Duplicated implementation block across source files spring-aop/src/main/java/org/springfram…:13
LOW AIC003 Duplicated implementation block across source files spring-aop/src/main/java/org/springfram…:12
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… spring-context/src/testFixtures/java/or…:211
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… spring-context/src/main/java/org/spring…:173
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… spring-beans/src/main/java/org/springfr…:53
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… framework-docs/src/main/kotlin/org/spri…:55
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… framework-docs/src/main/kotlin/org/spri…:56
INFO MINED086 [MINED086] Kotlin Runtime Exception: Throwing bare RuntimeException loses type info. framework-docs/src/main/kotlin/org/spri…:30
INFO MINED086 [MINED086] Kotlin Runtime Exception: Throwing bare RuntimeException loses type info. framework-docs/src/main/kotlin/org/spri…:32
Reset to top 5 46 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `spring-projects/spring-framework`

**Score: 77/100 (A-)**  ·  47 findings  ·  scanned 2026-06-05 09:44 UTC  ·  1,227,463 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 26 |
| MEDIUM | 2 |
| LOW | 9 |

📊 [Full filterable report](https://repobility.com/scan/1fb91653-6199-4d9e-9279-e8af71f85d8f/)  ·  ![scorecard](https://repobility.com/scan/1fb91653-6199-4d9e-9279-e8af71f85d8f/report.png?v=1780652694-s2)

### Top findings

1. **CRITICAL** `SEC101` — Unsafe Java object deserialization (ObjectInputStream)
   `spring-context/src/testFixtures/java/org/springframework/context/testfixture/AbstractApplicationContextTests.java:164` · A08:2021 Software & Data Integrity Failures
2. **CRITICAL** `MINED007` — Sql String Concat
   `framework-docs/src/main/java/org/springframework/docs/integration/schedulingtaskexecutorusage/TaskExecutorExample.java:46` · CWE-89 · ✓ Repobility
3. **HIGH** `SEC024` — XML External Entity (XXE) — Java parser default
   `spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultDocumentLoader.java:94` · A05:2021 Security Misconfiguration (XXE)
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `spring-context/src/main/java/org/springframework/scheduling/config/TaskExecutorFactoryBean.java:160`
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `spring-context/src/main/java/org/springframework/scheduling/concurrent/ReschedulingRunnable.java:98`

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/1fb91653-6199-4d9e-9279-e8af71f85d8f/_
Already filed
'spring-projects' is on the known-megaproject org list. These projects use auto-triage bots and established security disclosure channels. Unsolicited automated issues from Repobility would be perceived as AI-generated spam. For security findings, follow the project's SECURITY.md policy. For non-security findings, open a focused PR or community discussion instead.
Already filed
This repo publishes a SECURITY.md policy and the scan contains 8 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'spring-projects/spring-framework' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
25/55 findings (45%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.