Skip to content

checkers(python): add checkers to detect event tainted SQL strings in AWS lambda handler functions#167

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

checkers(python): add checkers to detect event tainted SQL strings in AWS lambda handler functions#167
MashyBasker wants to merge 2 commits intoDeepSourceCorp:masterfrom
MashyBasker:checker/aws-lambda-tainted-sql-string

Conversation

@MashyBasker
Copy link
Contributor

Purpose

This PR adds checkers to detect SQL strings tainted by the event parameter of the AWS Lambda handler function. This can cause potential SQL 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:17pm

@MashyBasker MashyBasker force-pushed the checker/aws-lambda-tainted-sql-string branch from e6aee7c to a4efe40 Compare March 27, 2025 14:54
… AWS lambda handler functions

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