← Back to scan
File as GitHub Issue repo: BurntSushi/ripgrep

Push this scan report to BurntSushi/ripgrep

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

Action `actions/checkout` pinned to mutable ref `@v4`

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 MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/cli/src/process.rs:113
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/cli/src/human.rs:108
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/cli/src/hostname.rs:83
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/release.yml:315
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/release.yml:307
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/release.yml:149
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/release.yml:140
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/release.yml:21
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/ci.yml:258
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:250
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/ci.yml:237
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:235
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/ci.yml:224
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:222
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/ci.yml:210
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:208
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/ci.yml:128
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:120
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/release.yml:21
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/ci.yml:120
MED CORE_LARGE_FILES Average file size is 518 lines (recommend <300)
LOW AIC003 Duplicated implementation block across source files tests/macros.rs:14
LOW AIC003 Duplicated implementation block across source files crates/regex/src/matcher.rs:180
LOW AIC003 Duplicated implementation block across source files crates/printer/src/summary.rs:348
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/searcher/src/macros.rs:10
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/printer/src/macros.rs:9
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/core/flags/doc/help.rs:225
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/cli/src/process.rs:300
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/cli/src/pattern.rs:56
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/searcher/src/searcher/mmap.rs:81
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/cli/src/hostname.rs:41
Reset to top 5 31 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `BurntSushi/ripgrep`

**Score: 89/100 (A-)**  ·  31 findings  ·  scanned 2026-06-05 08:59 UTC  ·  52,289 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 18 |
| MEDIUM | 3 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/bd1d1939-9b67-4d65-a82b-248f343f8aa8/)  ·  ![scorecard](https://repobility.com/scan/bd1d1939-9b67-4d65-a82b-248f343f8aa8/report.png?v=1780649961-s2)

### Top findings

1. **HIGH** `MINED003` — Rust Unwrap In Prod
   `crates/cli/src/process.rs:113` · CWE-755 · ✓ Repobility
2. **HIGH** `MINED003` — Rust Unwrap In Prod
   `crates/cli/src/human.rs:108` · CWE-755 · ✓ Repobility
3. **HIGH** `MINED003` — Rust Unwrap In Prod
   `crates/cli/src/hostname.rs:83` · CWE-755 · ✓ Repobility
4. **HIGH** `MINED115` — Action `dtolnay/rust-toolchain` pinned to mutable ref `@master`
   `.github/workflows/release.yml:315` · ✓ Repobility
5. **HIGH** `MINED115` — Action `actions/checkout` pinned to mutable ref `@v4`
   `.github/workflows/release.yml:307` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/bd1d1939-9b67-4d65-a82b-248f343f8aa8/_
Megaproject â high spam risk
Could not determine 'BurntSushi/ripgrep' 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
19/33 findings (58%) 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.