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

ignore sqlx security alert for audit #2590

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

syphar
Copy link
Member

@syphar syphar commented Aug 18, 2024

see #2588

We have plenty of places where user input ends up in sql, for example the inner doc path for doc pages, crate names etc.

But in all these places, the user content is part of the path of the URL.

Since URL length is limited by cloudfront, and also by nginx, to something much smaller than 4 GiB, I don't think this issue affects us.

@syphar syphar requested a review from a team as a code owner August 18, 2024 06:02
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Aug 18, 2024
@syphar syphar merged commit bd7080a into rust-lang:master Aug 19, 2024
11 checks passed
@syphar syphar deleted the ignore-audit branch August 19, 2024 09:56
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Aug 19, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Sep 12, 2024
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