Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: Sink models for rust/sql-injection #18129

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Nov 27, 2024

Following on from #18069 , this pull requests adds some sink models for the rust/sql-injection query.

I've also added a test for the sinks, since at present we don't have enough flow to get the associated query results for them.

@geoffw0 geoffw0 added the Rust Pull requests that update Rust code label Nov 27, 2024
@geoffw0 geoffw0 changed the title Sinkmodels Rust: Sink models for rust/sql-injection Nov 27, 2024
import utils.InlineExpectationsTest

module SqlSinksTest implements TestSig {
string getARelevantTag() { result = ["sql-sink"] }

Check warning

Code scanning / CodeQL

Singleton set literal Warning test

Singleton set literal can be replaced by its member.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant