Commit 8539381
[FSSDK-12316] [Security] Fix curl|bash vulnerability in SourceClear scan (#294)
* [Security] Fix curl|bash vulnerability in SourceClear scan
- Replace dangerous curl|bash pattern with official Veracode SCA action
- Use veracode/veracode-sca@v2 for secure, maintained scanning
- Addresses script injection vulnerability in CI/CD pipeline
- Related to commit 363cb85 (previous GitHub Actions security fix)
Security improvements:
- Official action from Veracode organization (signed and verified)
- No untrusted remote code execution
- Protected against MITM attacks
- Same SRCCLR_API_TOKEN authentication preserved
- Action is actively maintained and receives security updates
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* chore: Remove SourceClear scan workflow
Following Python SDK's approach (commit d651911), removing the
SourceClear GitHub Actions workflow to address security risks.
The curl|bash pattern in this workflow presented a security
vulnerability. Rather than replace with official action, we're
removing it entirely to align with the Python SDK security
remediation strategy.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 9b30186 commit 8539381
1 file changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 25 | | |
37 | 26 | | |
38 | | - | |
| 27 | + | |
39 | 28 | | |
40 | 29 | | |
41 | 30 | | |
| |||
0 commit comments