← Back to scan
File as GitHub Issue repo: google/guava

Push this scan report to google/guava

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

Unbounded Resource Allocation — DoS risk

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 MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … util/update_snapshot_docs.sh:8
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_DEPLOY_PASSWORD` on a `pull_request` trigger: This w… .github/workflows/ci.yml:93
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_DEPLOY_USERNAME` on a `pull_request` trigger: This w… .github/workflows/ci.yml:92
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… guava/src/com/google/common/hash/Abstra…:65
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… android/guava/src/com/google/common/has…:199
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… android/guava/src/com/google/common/has…:65
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… guava-tests/benchmark/com/google/common…:36
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… android/guava-tests/benchmark/com/googl…:36
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … android/guava/src/com/google/common/has…:110
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … android/guava/src/com/google/common/has…:70
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … android/guava-tests/benchmark/com/googl…:54
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). android/guava-tests/benchmark/com/googl…:33
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). android/guava-tests/benchmark/com/googl…:76
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). android/guava-tests/benchmark/com/googl…:87
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … guava-tests/benchmark/com/google/common…:110
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … android/guava-tests/benchmark/com/googl…:110
HIGH MINED134 [MINED134] Binary file `integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar` commi… integration-tests/gradle/gradle/wrapper…:1
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… android/guava/src/com/google/common/col…:98
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… android/guava/src/com/google/common/col…:115
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… android/guava/src/com/google/common/col…:34
LOW AIC003 Duplicated implementation block across source files android/guava/src/com/google/common/col…:14
LOW AIC003 Duplicated implementation block across source files android/guava/src/com/google/common/col…:73
LOW AIC003 Duplicated implementation block across source files android/guava/src/com/google/common/col…:73
LOW AIC003 Duplicated implementation block across source files android/guava/src/com/google/common/col…:64
LOW AIC003 Duplicated implementation block across source files android/guava/src/com/google/common/col…:26
LOW AIC003 Duplicated implementation block across source files android/guava/src/com/google/common/col…:10
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:28
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:27
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:18
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:23
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:49
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:15
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:49
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:34
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:23
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:212
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:38
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:81
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:121
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:45
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:69
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:171
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:35
LOW AIC003 Duplicated implementation block across source files android/guava-testlib/src/com/google/co…:100
INFO MINED086 [MINED086] Kotlin Runtime Exception: Throwing bare RuntimeException loses type info. integration-tests/gradle/build.gradle.k…:206
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… android/guava/src/com/google/common/bas…:90
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… android/guava-tests/benchmark/com/googl…:79
INFO MINED083 [MINED083] Java Thread Start: Raw thread creation. Should use ExecutorService for managed… android/guava-tests/benchmark/com/googl…:73
Reset to top 5 48 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `google/guava`

**Score: 86/100 (A-)**  ·  48 findings  ·  scanned 2026-06-05 11:34 UTC  ·  826,032 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 14 |
| MEDIUM | 0 |
| LOW | 27 |

📊 [Full filterable report](https://repobility.com/scan/43da04cc-e16b-4968-b120-70ab1651e071/)  ·  ![scorecard](https://repobility.com/scan/43da04cc-e16b-4968-b120-70ab1651e071/report.png?v=1780659248-s2)

### Top findings

1. **CRITICAL** `MINED013` — Password In Url
   `util/update_snapshot_docs.sh:8` · CWE-200 · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.CI_DEPLOY_PASSWORD` on a `pull_request` trigger
   `.github/workflows/ci.yml:93` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.CI_DEPLOY_USERNAME` on a `pull_request` trigger
   `.github/workflows/ci.yml:92` · ✓ Repobility
4. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `guava/src/com/google/common/hash/AbstractNonStreamingHashFunction.java:65` · CWE-770 · A04:2021 Insecure Design (DoS)
5. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `android/guava/src/com/google/common/hash/Murmur3_32HashFunction.java:199` · CWE-770 · A04:2021 Insecure Design (DoS)

---

**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/43da04cc-e16b-4968-b120-70ab1651e071/_
Already filed
'google' 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 'google/guava' 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.