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

chore: add sqlx issue to cargo deny #536

Merged
merged 1 commit into from
Aug 20, 2024
Merged

chore: add sqlx issue to cargo deny #536

merged 1 commit into from
Aug 20, 2024

Conversation

elfedy
Copy link
Contributor

@elfedy elfedy commented Aug 20, 2024

Motivation

cargo deny is failing due to an issue in sqlx which may potentially cause sql injection involving large user inputs. The issue has not been fixed yet, and the maintainers claim it might not be problematic save for some edge cases. Furthermore, the package is used by era_test_node, where sql injection would not matter as it runs on the user's machine.

Solution

Ignore the issue on cargo deny

@elfedy elfedy merged commit 614b0f9 into main Aug 20, 2024
13 checks passed
@elfedy elfedy deleted the elfedy-cargo-deny branch August 20, 2024 13:29
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