Search Criteria
Package Details: webgoat 7.1-1
Git Clone URL: | https://aur.archlinux.org/webgoat.git (read-only, click to copy) |
---|---|
Package Base: | webgoat |
Description: | Deliberately insecure J2EE web application designed to teach web application security concepts |
Upstream URL: | https://github.com/WebGoat/WebGoat |
Keywords: | j2ee jsp security |
Licenses: | |
Submitter: | fnord0 |
Maintainer: | tuxayo (gim) |
Last Packager: | gim |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2010-08-24 07:15 |
Last Updated: | 2017-04-27 05:39 |
Dependencies (5)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- git (git-git) (make)
- maven (mvnvm) (make)
- paros (optional) – MitM HTTP/HTTPS proxy, spider, XSS and injection scanner + more, used to help solve WebGoat lessons
- webscarab (optional) – proxy for analyzing applications that communicate using the HTTP and HTTPS protocols, used to help solve most WebGoat lessons
Latest Comments
1 2 Next › Last »
Cravix commented on 2018-08-29 22:52
even 8.0 is out, it's time to update I think... https://github.com/WebGoat/WebGoat/releases
tuxayo commented on 2016-11-08 09:09
gim: I added you as a co-maintainer, so you should have the needed access now.
gim commented on 2016-11-07 09:01
tucayo, I could adopt it if you're not interested in it any more, I was a maintainer of this package previously.
tuxayo commented on 2016-11-06 13:53
@gim @vashysk Issue reproduced, fix tested and published, thanks again.
vashysk commented on 2016-11-04 15:12
@gim thanks so much!
tuxayo commented on 2016-11-04 12:10
@gim thanks, I hope to be able to look into this in the next few days.
I don't use Webgoat anymore, maybe you want to maintain this package?
gim commented on 2016-11-04 09:05
I fixed this, here is an aurball:
https://dl.dropboxusercontent.com/u/20302155/webgoat-7.0.1-3.src.tar.gz
Extract it and run "makepkg -fcCi", then run "webgoat" from the terminal and navigate to http://127.0.0.1:8080/WebGoat/ in your browser.
vashysk commented on 2016-11-04 05:12
I've been trying all day to install Webgoat with some problems
the first error/warning that pops up during the build() is
[WARNING] The POM for org.owasp.webgoat:webgoat-container:jar:7.1-SNAPSHOT is missing, no dependency information available
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (94 KB at 2598.9 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] webgoat-plugins-parent ............................. SUCCESS [ 5.535 s]
[INFO] common ............................................. FAILURE [ 0.364 s]
[INFO] goat-hills-financial ............................... SKIPPED
[INFO] access-control-matrix .............................. SKIPPED
[INFO] back-doors ......................................... SKIPPED
.
.
.
.
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.187 s
[INFO] Finished at: 2016-11-04T00:01:21-05:00
[INFO] Final Memory: 16M/237M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project common: Could not resolve dependencies for project org.owasp.webgoat.lesson:common:jar:1.0: Could not find artifact org.owasp.webgoat:webgoat-container:jar:7.1-SNAPSHOT -> [Help 1]
The only info I could find on it was in one of the pom.xml files the developers forgot to change "7.1-SNAPSHOT" from "7.0-SNAPSHOT", but that was solved in 2015. I checked anyways, and so far I haven't seen this error in any of the pom files
Can anyone point me in the right direction in solving this?
tuxayo commented on 2016-04-15 12:52
The previous revision (7.0.1-1) was not including any lesson since they are now in a separate repository. Fixed, sorry about that.
tuxayo commented on 2016-04-14 19:07
I managed to migrate the PKGBUILD from the legacy version to the latest (7.0.1). As this package was orphan I guess it's my duty to adopt it ^^
Since it's the first time I mess with a PKGBUILD and the AUR. **There might be things that I did wrong**. So review and feedback would be highly appreciated.
If someone is interested in keeping the legacy version, create a new package from the previous version: https://aur.archlinux.org/cgit/aur.git/snapshot/aur-e923579910428cf5b0ad848032b87af7b3768aa6.tar.gz