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.
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 byera_test_node
, where sql injection would not matter as it runs on the user's machine.Solution
Ignore the issue on
cargo deny