Dave Wichers
Dave Wichers
Because you mentioned that we didn't have unit tests for certain methods we were modifying, I thought it would be useful to generate some basic code coverage metrics for our...
I noticed when I upgraded to Java 11 and Java 16, then ran: mvn clean site, I'm getting lots of JavaDoc errors I don't get with Java 7 or 8....
@spassarop - I maintain OWASP Benchmark and this year we added the Maven spotless plugin to the project and it's CI to autoformat code, and verify any pull requests have...
Lots of tools generate .json results files. Can you add some metadata to your .json results files that includes data like: - Toolname - Tool version - Scan start time...
This is related to issue #585 I believe. When you launch ZAP w/FireFox and HUD you see lots of automatic AJAX requests to: http://localhost:8080/WebGoat/service/lessoninfo.mvc http://localhost:8080/WebGoat/service/lessonmenu.mvc.* So, to make intercepts work...
Problem: I was getting security errors in the ZAP built in Firefox when trying to use the HUD, and it wouldn't load. I finally figured out the problem was that...
Can the maven versions plugin be enhanced so users can generate aggregate reports for all the sub-modules in a multimodule project? Similar to: https://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-aggregate-mojo.html This users wants it to, but...
I love this plugin, but recently noticed it is missing numerous updates that are available to plugins I'm using. If you use this pom.xml: https://github.com/nahsra/antisamy/blob/d0b3fcc99637eed5decd4a3bdc1e66adb9941fa6/pom.xml (and upgrading to versions-maven-plugin v2.7...
File: something like: engine/reference/commandline/tag.md (This the location in a downstream repo. Not sure about this one.) This documentation is confusing because it says: docker tag Create a tag TARGET_IMAGE that...
**Describe the bug** Minor Bug 1: When you turn on Request and Response side by side, you can grab the pane divider between the two Request and Response windows, but...