auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
506 stars 164 forks source link

ci(semgrep): Update `.semgrepignore` #547

Closed evansims closed 10 months ago

evansims commented 10 months ago

Changes

This PR updates the .semgrepignore ignore file for our Semgrep security tooling. It adds the auth0/test and auth0/test_async directories to the ignore list so our tooling stops raising false positives by identifying unit test files as production code.

References

N/A

Testing

N/A

Checklist