blob: 8bc3516fa13246fad22037c728701a9cbb40beb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = webgoat
pkgdesc = Deliberately insecure J2EE web application designed to teach web application security concepts
pkgver = 2023.4
pkgrel = 1
url = https://github.com/WebGoat/WebGoat
arch = i686
arch = x86_64
license = GPL2
makedepends = maven
makedepends = git
depends = java-runtime
optdepends = webscarab: proxy for analyzing applications that communicate using the HTTP and HTTPS protocols, used to help solve most WebGoat lessons
optdepends = paros: MitM HTTP/HTTPS proxy, spider, XSS and injection scanner + more, used to help solve WebGoat lessons
source = webgoat-2023.4.tar.gz::https://github.com/WebGoat/WebGoat/archive/refs/tags/v2023.4.tar.gz
sha256sums = e3d86067a59b4afe57bfea613a4984c2664a4365c26326afc35166d2db4aff8b
pkgname = webgoat
|