Skip to content

Commit

Permalink
Merge pull request #14 from SasanLabs/develop1
Browse files Browse the repository at this point in the history
Removing the snapshot version of ZAP
  • Loading branch information
preetkaran20 authored Oct 7, 2021
2 parents b961173 + 156502c commit 53fad36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ plugins {

repositories {
mavenCentral()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
}

java {
Expand Down Expand Up @@ -50,5 +47,5 @@ zapAddOn {
}

dependencies {
zap("org.zaproxy:zap:2.11.0-SNAPSHOT")
zap("org.zaproxy:zap:2.11.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.parosproxy.paros.core.scanner.NameValuePair;
import org.parosproxy.paros.network.HttpMessage;
import org.sasanlabs.fileupload.FileUploadScanRule;
import org.sasanlabs.fileupload.attacks.antivirus.EicarAntivirusTestFileUpload;
import org.sasanlabs.fileupload.attacks.model.FileInformationProvider;
import org.sasanlabs.fileupload.attacks.model.VulnerabilityType;
import org.sasanlabs.fileupload.exception.FileUploadException;
Expand Down

0 comments on commit 53fad36

Please sign in to comment.