presidio
presidio copied to clipboard
[Security] Use a dynamic analysis tool (e.g. fuzzing)
Is your feature request related to a problem? Please describe.
To improve security of Presidio and to avoid potential supply chain attacks, the project should apply at least one dynamic analysis tool such as a fuzzing tool to examine the software by executing it with specific inputs.
Describe the solution you'd like
For example, the project may use a fuzzing tool such as the OSS-Fuzz or a web application scanner (e.g., OWASP ZAP.
Additional context
Part of presidio's OSSF best practices badge program.