-
-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Labels
Milestone
Description
Penetration testing on a pygeoapi instance would be a valuable testing mechanism in a DevSecOps context.
Zed Attack Proxy (ZAP) could be a viable option, given it provides this functionality as GitHub Actions:
- https://github.com/zaproxy/action-api-scan
- https://github.com/zaproxy/action-baseline
- https://github.com/zaproxy/action-full-scan
We should also consider the OWASP API Security Top 10.
The result would be a GitHub Action (.github/workflows/security.yml
) that would run some/all of the above.
francbartoli and justb4