matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
299 stars 130 forks source link

chore: add sqlx issue to cargo deny #536

Closed elfedy closed 3 months ago

elfedy commented 3 months ago

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