← Back to scan
File as GitHub Issue repo: apache/maven-resolver

Push this scan report to apache/maven-resolver

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

Weak Crypto

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
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… maven-resolver-util/src/main/java/org/e…:114
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… maven-resolver-transport-minio/src/main…:82
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). maven-resolver-impl/src/main/java/org/e…:33
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). maven-resolver-impl/src/main/java/org/e…:192
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). maven-resolver-api/src/main/java/org/ec…:94
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … maven-resolver-connector-basic/src/main…:75
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … maven-resolver-connector-basic/src/main…:64
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … maven-resolver-api/src/main/java/org/ec…:165
HIGH MINED134 Binary file `maven-resolver-demos/maven-resolver-demo-snippets/src/main/data/demo.jar` co… maven-resolver-demos/maven-resolver-dem…:1
HIGH MINED115 Action `apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml` pinned to mut… .github/workflows/pr-automation.yml:27
HIGH MINED115 Action `apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml` pinned to m… .github/workflows/release-drafter.yml:27
HIGH MINED115 Action `apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml` pinned to muta… .github/workflows/maven-verify.yml:27
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… maven-resolver-demos/maven-resolver-dem…:57
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… maven-resolver-demos/maven-resolver-dem…:128
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… maven-resolver-connector-basic/src/main…:116
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:19
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:17
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:31
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:26
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:16
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:13
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:159
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:29
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:17
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:17
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:28
LOW AIC003 Duplicated implementation block across source files maven-resolver-util/src/main/java/org/e…:24
LOW AIC003 Duplicated implementation block across source files maven-resolver-transport-jetty/src/main…:188
LOW AIC003 Duplicated implementation block across source files maven-resolver-transport-jetty/src/main…:86
LOW AIC003 Duplicated implementation block across source files maven-resolver-transport-jdk-parent/mav…:21
LOW AIC003 Duplicated implementation block across source files maven-resolver-transport-jdk-parent/mav…:235
LOW AIC003 Duplicated implementation block across source files maven-resolver-supplier-mvn4/src/main/j…:71
LOW AIC003 Duplicated implementation block across source files maven-resolver-spi/src/main/java/org/ec…:71
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:186
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:321
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:12
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:86
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:46
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:64
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:81
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:97
LOW AIC003 Duplicated implementation block across source files maven-resolver-impl/src/main/java/org/e…:80
LOW AIC003 Duplicated implementation block across source files maven-resolver-generator-sigstore/src/m…:112
LOW AIC003 Duplicated implementation block across source files maven-resolver-api/src/main/java/org/ec…:39
LOW AIC003 Duplicated implementation block across source files maven-resolver-api/src/main/java/org/ec…:52
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. maven-resolver-generator-gnupg/src/main…:203
INFO MINED081 [MINED081] Java Printstacktrace: Should use logger, not stack trace to stderr. maven-resolver-demos/maven-resolver-dem…:111
INFO MINED081 [MINED081] Java Printstacktrace: Should use logger, not stack trace to stderr. maven-resolver-demos/maven-resolver-dem…:88
INFO MINED085 [MINED085] Java Systemexit: System.exit() inside a library kills the whole JVM. maven-resolver-demos/maven-resolver-dem…:53
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… maven-resolver-util/src/main/java/org/e…:74
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… maven-resolver-demos/maven-resolver-dem…:100
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… maven-resolver-demos/maven-resolver-dem…:87
Reset to top 5 52 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `apache/maven-resolver`

**Score: 74/100 (B)**  ·  54 findings  ·  scanned 2026-06-05 14:17 UTC  ·  117,205 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 12 |
| MEDIUM | 0 |
| LOW | 33 |

📊 [Full filterable report](https://repobility.com/scan/eec27b17-d946-4a29-9c69-3fe3b79f0ce6/)  ·  ![scorecard](https://repobility.com/scan/eec27b17-d946-4a29-9c69-3fe3b79f0ce6/report.png?v=1780669026-s2)

### Top findings

1. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/JreProxySelector.java:114` · A10:2021 SSRF
2. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `maven-resolver-transport-minio/src/main/java/org/eclipse/aether/transport/minio/MinioTransporterFactory.java:82` · A10:2021 SSRF
3. **HIGH** `MINED004` — Weak Crypto
   `maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/Md5ChecksumAlgorithmFactory.java:33` · CWE-327 · ✓ Repobility
4. **HIGH** `MINED004` — Weak Crypto
   `maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/NamedLocksTrackingFileManager.java:192` · CWE-327 · ✓ Repobility
5. **HIGH** `MINED004` — Weak Crypto
   `maven-resolver-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java:94` · CWE-327 · ✓ Repobility

---

**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/eec27b17-d946-4a29-9c69-3fe3b79f0ce6/_
Already filed
'apache' 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.
Megaproject â high spam risk
Could not determine 'apache/maven-resolver' 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.

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.