You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this have sufficient context for the specific functionality being developed (design, business rules, etc.)
User Story
As a developer and maintainer
I want to ensure that the application is secure and protected against common threats
So that sensitive systems can be protected
Acceptance Criteria
Given a dynamic javascript web app
When content changes on a single page
Then the OWASP ZAP scan should be able to scan the changes
Definition of Ready
User Story
As a developer and maintainer
I want to ensure that the application is secure and protected against common threats
So that sensitive systems can be protected
Acceptance Criteria
Given a dynamic javascript web app
When content changes on a single page
Then the OWASP ZAP scan should be able to scan the changes
Development Notes
Potentially achievable with Structural Parameters or via plugins like this article mentions: https://blog.xaviermaso.com/2018/10/01/Scanning-modern-web-applications-with-OWASP-ZAP.html
Testing
Test Description
Verify OWASP ZAP scan can scan all the pages within the web app and all the forms
Assumptions and Pre-Conditions
n/a
Test Data
Create some obvious issues OWASP ZAP can pick up and place them in places that are rendered in dynamic content
Steps to be Executed
Definition of Done
The text was updated successfully, but these errors were encountered: