From 321a6dbb36ed4bfc82e906e06304e707f485c1f2 Mon Sep 17 00:00:00 2001 From: Kr1ss Date: Fri, 13 May 2022 18:53:40 +0200 Subject: update: wapiti 3.1.2-1 upstream release --- .SRCINFO | 8 ++++---- ChangeLog | 7 +++++++ PKGBUILD | 12 ++++++------ 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1828243..7b894ba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = wapiti pkgdesc = Comprehensive web app vulnerability scanner written in Python - pkgver = 3.1.1 + pkgver = 3.1.2 pkgrel = 1 url = https://wapiti-scanner.github.io changelog = ChangeLog arch = any license = GPL makedepends = python-setuptools - makedepends = python-pip + depends = python depends = python-requests depends = python-beautifulsoup4 depends = python-lxml @@ -22,7 +22,7 @@ pkgbase = wapiti optdepends = python-requests-kerberos: Kerberos authentication optdepends = python-requests-ntlm: NTLM authentication options = zipman - source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.1/wapiti3-3.1.1.tar.gz - sha256sums = d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36 + source = https://github.com/wapiti-scanner/wapiti/releases/download/3.1.2/wapiti3-3.1.2.tar.gz + sha256sums = d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9 pkgname = wapiti diff --git a/ChangeLog b/ChangeLog index 9934ce9..645c857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +13/05/2022 + Wapiti 3.1.2 + mod_http_headers: Deprecate X-XSS-Protection header + mod_drupal_enum: Reduce false positives + mod_csp: Rework some WSTG categories + Crawler: Fix crash caused by unclosed async httpx responses + 23/02/2022 Wapiti 3.1.1 Crawler: Fix a bug preventing Wapiti to scan websites with bad ciphers (SSL 3, TLS 1.0 for example) diff --git a/PKGBUILD b/PKGBUILD index 89cce86..5020cab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=wapiti -pkgver=3.1.1 +pkgver=3.1.2 _name="$pkgname${pkgver:0:1}" pkgrel=1 @@ -13,10 +13,10 @@ arch=('any') url="https://$pkgname-scanner.github.io" license=('GPL') -makedepends=('python-setuptools' 'python-pip') -depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' - 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-aiocache' - 'python-sqlalchemy') +makedepends=('python-setuptools') +depends=('python' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' + 'python-browser-cookie3' 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' + 'python-aiocache' 'python-sqlalchemy') optdepends=('python-requests-kerberos: Kerberos authentication' 'python-requests-ntlm: NTLM authentication') @@ -25,7 +25,7 @@ options=('zipman') changelog=ChangeLog source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz") #source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz") -sha256sums=('d51645fc9cb65a264d87ee38aa8b6733039940afcfa74446f34cd3eef182da36') +sha256sums=('d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9') prepare() { rm -rf "$_name-$pkgver/tests"; } -- cgit v1.2.3-70-g09d2