You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
268 B
7 lines
268 B
class ZapProxy < Cask
|
|
url 'https://zaproxy.googlecode.com/files/OWASP_ZAP_2.1.0_OSX.zip'
|
|
homepage 'https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project'
|
|
version '2.1.0'
|
|
sha1 '86ebdb90e56a25ce49cd3421252a6c4c147d7d27'
|
|
link :app, 'OWASP ZAP.app'
|
|
end
|
|
|