-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build files and added tasks which dont require the Ant tasks
- Loading branch information
Showing
5 changed files
with
236 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<alerts> | ||
<ignoreAlert alert="X-Content-Type-Options header missing" risk="Low" reliability="Warning"/> | ||
<ignoreAlert alert="Cross Site Request Forgery" risk="Medium" reliability="Warning"/> | ||
<ignoreAlert alert="Cookie set without HttpOnly flag" risk="Low" reliability="Warning"/> | ||
<ignoreAlert alert="X-Frame-Options header not set" risk="Informational" reliability="Warning"/> | ||
</alerts> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<alerts> | ||
<!-- Using this file should result in success --> | ||
<ignoreAlert alert="X-Content-Type-Options header missing" risk="Low" reliability="Warning"/> | ||
<ignoreAlert alert="Cross Site Request Forgery" risk="Medium" reliability="Warning"/> | ||
<ignoreAlert alert="Cookie set without HttpOnly flag" risk="Low" reliability="Warning"/> | ||
<ignoreAlert alert="X-Frame-Options header not set" risk="Informational" reliability="Warning"/> | ||
<ignoreAlert alert="Password Autocomplete in browser" risk="Low" reliability="Warning"/> | ||
<ignoreAlert alert="Cross Site Scripting (Reflected)" risk="High" reliability="Warning"/> | ||
<ignoreAlert alert="SQL Injection" risk="High" reliability="Warning"/> | ||
</alerts> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bc19208
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder why the official client API never implemented the spider command. The problem with the v2-9 API jar which has "spider" is that its "checkAlerts" chokes in the absence of "reliability" tags.
bc19208
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilatypov would you mind posting about this problem to https://groups.google.com/group/zaproxy-users ?