Commit 004ae20
committed
Security: Replace curl | bash with official Veracode GitHub Action
Fix CWE-506 Embedded Malicious Code vulnerability detected by Arnica.
Replace potentially dangerous curl | bash pattern with official
veracode/sourceclear-github-action@v1 to eliminate arbitrary code
execution risk.
- Remove: curl -sSL https://download.sourceclear.com/ci.sh | bash
- Add: Official Veracode SourceClear GitHub Action (verified, pinned)
- Maintains same SourceClear SCA scanning functionality
- Eliminates supply chain attack vector
- Removes access to secrets from arbitrary downloaded scripts
Resolves FSSDK-123131 parent eccf9b6 commit 004ae20
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments