|
The OWASP Zed Attack Proxy (ZAP) is one of the world’s most popular free security tools and is actively maintained by hundreds of
international volunteers. It can help you automatically find security vulnerabilities in your web applications while you are developing and
testing your applications. It's also a great tool for experienced pen-testers to use for manual security testing.
The Official OWASP ZAP Jenkins Plugin extends the functionality of the ZAP security tool into a CI Environment. |
You can also:
{jenkins-plugin-info:pluginId=zap} |
ZAP Jenkins plugin uses a number of open source plugins to work properly:
And of course the Official ZAP Jenkins plugin is open source with a public repository on GitHub
Please use the Google Group for any questions about using the plugin.
Notice:
|
Notice: GitHub Issues have been disabled. |
If you find any security vulnerabilities or exploits caused by the plugin, please send a private email to one of the maintainer(s).
Notice: These should be kept private until a fix is issued. |
Detailed instructions on how to configure a Job from start to finish can be found here.
Recommended: for first time users, the plugin requires special instructions to setup for first run. |
The Official OWASP ZAP Jenkins plugin is a Maven Jelly Project.
Start the local Jenkins instance: $ mvn hpi:run
Requires: JDK 8 to compile and JDK 7+ to run on Jenkins. |
Warning: Do NOT attempt to perform a production release until you have completed the Pre-Production Release steps below. |
$ mvn clean package -e
to create the plugin .hpi
file.../target/zap.hpi
file to the $JENKINS_HOME/plugins directory
. Restart Jenkins.127.0.0.1:8080/pluginManager/advanced
to upload the .hpi
file. Restart Jenkins.$ ssh -T git@github.com
$ mvn deploy
Warning: If there are any SSL handshake issues, please see the following document on how to resolve them. |
$ mvn release:prepare release:perform
Required: Only ONE Pull Request per JIRA Issue/Ticket. |
See Contributors
See History
YouTube: ZAP Official Jenkins plugin walkthrough & demo
See Wiki Documentation
See Source Code
See Contributors
The MIT License (MIT) Copyright (c) Copyright (c) 2016 Goran Sarenkapa (JordanGS), and a number of other of contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
See License