Skip to content

Commit

Permalink
Merge pull request boozallen#33 from boozallen/owasp-zap-lib-config
Browse files Browse the repository at this point in the history
Adding owasp_zap library validation config
  • Loading branch information
cokieffebah authored Jul 17, 2019
2 parents de5529b + e2fb268 commit e6d316b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions owasp_zap/library_config.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fields{
optional{
target = ~/^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:\/?#\[\]@!\$&'\(\)\*\+,;=.]+$/
vuln_threshold = ["Ignore", "Low", "Medium", "High", "Informational"]
}
}

0 comments on commit e6d316b

Please sign in to comment.