← Back to scan
File as GitHub Issue repo: wso2/apim-apps

Push this scan report to wso2/apim-apps

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

Ruby YAML.load / Marshal.load on untrusted input

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 MINED018 [MINED018] Unsafe Deserialization Pickle: pickle.loads / yaml.load (without Loader=SafeLo… portals/publisher/src/main/webapp/sourc…:36
CRIT MINED018 [MINED018] Unsafe Deserialization Pickle: pickle.loads / yaml.load (without Loader=SafeLo… portals/devportal/src/main/webapp/sourc…:49
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… portals/publisher/src/main/webapp/sourc…:36
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… portals/publisher/src/main/webapp/sourc…:172
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… portals/devportal/src/main/webapp/sourc…:49
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… portals/publisher/src/main/webapp/sourc…:36
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… portals/publisher/src/main/webapp/sourc…:172
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… portals/devportal/src/main/webapp/sourc…:49
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). portals/publisher/src/main/webapp/sourc…:92
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… portals/publisher/src/main/webapp/sourc…:52
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… portals/devportal/src/main/webapp/sourc…:133
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… portals/publisher/src/main/webapp/sourc…:27
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… portals/devportal/src/main/webapp/sourc…:174
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… portals/devportal/src/main/webapp/sourc…:55
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … portals/devportal/src/main/webapp/sourc…:203
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … portals/admin/src/main/webapp/source/sr…:73
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … portals/admin/src/main/webapp/source/sr…:79
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… portals/publisher/src/main/webapp/servi…:11
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… portals/devportal/src/main/webapp/sourc…:10
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… portals/admin/src/main/webapp/source/de…:9
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… portals/admin/src/main/webapp/source/sr…:212
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… portals/admin/src/main/webapp/source/sr…:67
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… portals/admin/src/main/java/org/wso2/ca…:107
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/ui-test.yml:97
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/ui-test.yml:91
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/ui-test.yml:85
HIGH MINED115 [MINED115] Action `cypress-io/github-action` pinned to mutable ref `@v7`: `uses: cypress-… .github/workflows/ui-test.yml:78
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/ui-test.yml:74
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` r… .github/workflows/ui-test.yml:43
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/ui-test.yml:39
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/ui-test.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ui-test.yml:30
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` r… .github/workflows/main.yml:33
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/main.yml:29
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/main.yml:25
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/main.yml:21
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … portals/publisher/src/main/webapp/sourc…:86
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … portals/publisher/src/main/webapp/sourc…:86
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… portals/devportal/src/main/webapp/sourc…:190
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. portals/publisher/src/main/webapp/sourc…:36
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. portals/publisher/src/main/webapp/sourc…:172
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. portals/devportal/src/main/webapp/sourc…:49
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … portals/publisher/src/main/webapp/sourc…:27
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … portals/devportal/src/main/webapp/sourc…:174
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … portals/devportal/src/main/webapp/sourc…:55
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… portals/devportal/src/main/webapp/site/…:8
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… portals/admin/src/main/webapp/source/sr…:101
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… portals/admin/src/main/webapp/source/sr…:169
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… portals/admin/src/main/webapp/source/de…:113
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:33
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:4
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:615
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:573
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:366
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:34
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:237
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:231
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:217
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:326
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:167
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:39
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:105
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:98
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:93
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:90
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:63
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:311
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:668
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:143
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:141
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:1
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:224
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:24
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:219
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:21
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:359
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:273
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:243
LOW AIC003 Duplicated implementation block across source files portals/admin/src/main/webapp/source/sr…:120
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. portals/publisher/src/main/webapp/sourc…:40
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. portals/devportal/src/main/webapp/sourc…:136
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. portals/devportal/src/main/webapp/sourc…:29
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. portals/devportal/src/main/webapp/sourc…:37
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… portals/devportal/src/main/webapp/sourc…:39
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… portals/devportal/src/main/webapp/sourc…:190
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… portals/admin/src/main/webapp/source/sr…:55
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… portals/admin/src/main/webapp/source/sr…:158
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. portals/admin/src/main/webapp/source/sr…:159
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. portals/admin/src/main/webapp/source/sr…:158
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. portals/admin/src/main/webapp/source/de…:57
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … portals/admin/src/main/webapp/source/sr…:117
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … portals/admin/src/main/webapp/source/sr…:95
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … portals/admin/src/main/webapp/source/de…:57
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… portals/devportal/src/main/webapp/.esli…:38
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… portals/admin/src/main/webapp/source/sr…:98
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… portals/admin/src/main/webapp/.eslintrc…:38
Reset to top 5 96 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `wso2/apim-apps`

**Score: 75/100 (B+)**  ·  96 findings  ·  scanned 2026-06-05 15:09 UTC  ·  290,178 LOC

| Severity | Count |
|---|---|
| CRITICAL | 8 |
| HIGH | 28 |
| MEDIUM | 10 |
| LOW | 33 |

📊 [Full filterable report](https://repobility.com/scan/9d03fbc2-272b-4044-be4f-8d6b70ce1b87/)  ·  ![scorecard](https://repobility.com/scan/9d03fbc2-272b-4044-be4f-8d6b70ce1b87/report.png?v=1780672186-s2)

### Top findings

1. **CRITICAL** `MINED018` — Unsafe Deserialization Pickle
   `portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Documents/GenerateDocument.jsx:36` · CWE-502 · ✓ Repobility
2. **CRITICAL** `MINED018` — Unsafe Deserialization Pickle
   `portals/devportal/src/main/webapp/source/src/app/components/Apis/Details/Documents/GenerateDocument.jsx:49` · CWE-502 · ✓ Repobility
3. **CRITICAL** `SEC116` — Ruby YAML.load / Marshal.load on untrusted input
   `portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Documents/GenerateDocument.jsx:36` · A08:2021 Software & Data Integrity Failures
4. **CRITICAL** `SEC116` — Ruby YAML.load / Marshal.load on untrusted input
   `portals/publisher/src/main/webapp/source/src/app/components/Apis/Create/CreateAPIWithAI/components/AlertDialog.tsx:172` · A08:2021 Software & Data Integrity Failures
5. **CRITICAL** `SEC116` — Ruby YAML.load / Marshal.load on untrusted input
   `portals/devportal/src/main/webapp/source/src/app/components/Apis/Details/Documents/GenerateDocument.jsx:49` · A08:2021 Software & Data Integrity Failures

---

**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/9d03fbc2-272b-4044-be4f-8d6b70ce1b87/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 17 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 'wso2/apim-apps' 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.