← Back to scan
File as GitHub Issue repo: reduxjs/redux

Push this scan report to reduxjs/redux

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

No authorization-focused tests detected

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… vitest.config.mts:8
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… examples/real-world/src/middleware/api.…:34
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/utils/warning.ts:17
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW WEB005 robots.txt does not advertise a sitemap examples/counter/public/robots.txt
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… website/docusaurus.config.ts:113
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/types/actions.ts:43
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/compose.ts:40
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/bindActionCreators.ts:13
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … scripts/mangleErrors.mts:98
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… vitest.config.mts:8
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… scripts/mangleErrors.mts:36
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/utils/warning.ts:9
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … examples/universal/server/server.js:83
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … examples/testAll.js:23
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… website/src/pages/index.js:167
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… examples/async/src/components/Posts.js:7
Reset to top 5 18 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `reduxjs/redux`

**Score: 78/100 (A-)**  ·  18 findings  ·  scanned 2026-06-05 09:29 UTC  ·  11,477 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 2 |
| MEDIUM | 2 |
| LOW | 2 |

📊 [Full filterable report](https://repobility.com/scan/3548d35f-48d5-40f3-99f5-6506431c93ac/)  ·  ![scorecard](https://repobility.com/scan/3548d35f-48d5-40f3-99f5-6506431c93ac/report.png?v=1780651743-s2)

### Top findings

1. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `vitest.config.mts:8` · A10:2021 SSRF
2. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `examples/real-world/src/middleware/api.js:34` · A10:2021 SSRF
3. **MEDIUM** `ERR002` — Empty Catch Block: Empty catch blocks hide errors.
   `src/utils/warning.ts:17`
4. **MEDIUM** `AUC001` — No Repobility access matrix policy found
5. **LOW** `AUC005` — No authorization-focused tests detected

---

**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/3548d35f-48d5-40f3-99f5-6506431c93ac/_
Megaproject â high spam risk
Could not determine 'reduxjs/redux' 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.