Skip to content

checkers(python): add checkers to detect event parameter tainted exec/eval calls in AWS Lambda#165

Closed
MashyBasker wants to merge 2 commits intoDeepSourceCorp:masterfrom
MashyBasker:checker/aws-lambda-tainted-eval-exec
Closed

checkers(python): add checkers to detect event parameter tainted exec/eval calls in AWS Lambda#165
MashyBasker wants to merge 2 commits intoDeepSourceCorp:masterfrom
MashyBasker:checker/aws-lambda-tainted-eval-exec

Conversation

@MashyBasker
Copy link
Contributor

Purpose

This PR adds a checker to detect eval/exec calls that have been tainted by the event parameter in an AWS Lambda handler function. This can cause potential code injection vulnerabilities.

@vercel
Copy link

vercel bot commented Mar 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
globstar ⬜️ Ignored (Inspect) Visit Preview Mar 27, 2025 3:27pm

@MashyBasker MashyBasker force-pushed the checker/aws-lambda-tainted-eval-exec branch from 8047015 to 515c50d Compare March 27, 2025 15:26
…eval calls in aws lambda

Signed-off-by: Maharshi Basu <basumaharshi10@gmail.com>
Signed-off-by: Maharshi Basu <basumaharshi10@gmail.com>
@sourya-deepsource
Copy link
Contributor

This checker should be implemented using the taint analyzer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants