We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1bcdf commit 6401275Copy full SHA for 6401275
build.gradle.kts
@@ -43,13 +43,13 @@ description = "Detect File upload requests and scan them to find related vulnera
43
zapAddOn {
44
addOnName.set("File upload Scan Rule")
45
addOnStatus.set(AddOnStatus.ALPHA)
46
- zapVersion.set("2.11.0-SNAPSHOT")
+ zapVersion.set("2.11.0")
47
manifest {
48
author.set("KSASAN preetkaran20@gmail.com")
49
repo.set("https://github.com/SasanLabs/owasp-zap-fileupload-addon/")
50
}
51
52
53
dependencies {
54
- compileOnly("org.zaproxy:zap:2.11.0-SNAPSHOT")
+ zap("org.zaproxy:zap:2.11.0-SNAPSHOT")
55
0 commit comments