Skip to content

Commit

Permalink
Merge pull request wallarm#147 from wallarm/feature/add-non-crud-test…
Browse files Browse the repository at this point in the history
…case

Add non-CRUD testcases
  • Loading branch information
svkirillov authored Aug 23, 2022
2 parents 7406f1a + 7d1a1d2 commit 625ff01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions testcases/owasp-api/non-crud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
payload:
- '<script>aaa</script>'
- '1e1 union select users from password'
encoder:
- Plain
placeholder:
- NonCRUDRequestBody
type: "REST non-CRUD"
...

0 comments on commit 625ff01

Please sign in to comment.