iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
561 stars 178 forks source link

Cross Origin Resource Sharing tests #28

Closed alexharriss closed 9 years ago

alexharriss commented 9 years ago

Tests whether CORS access is being properly enforced, using a given set of allowed and disallowed request origins and endpoints.

The 'ICors' interface must be implemented by the 'Application' subclass.