aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2021-09-23 01:03:25 +0000
committerCraig Leres <leres@FreeBSD.org>2021-09-23 01:03:25 +0000
commitd7110e4aba0cbc6ebbb59172ae49be1430ea3e6e (patch)
tree7596850564ecb4b1012f2886c7dab1531b61e8b5
parent5f5c0fe00a09df8a212eb8bd405121261b25d447 (diff)
downloadports-d7110e4aba0cbc6ebbb59172ae49be1430ea3e6e.tar.gz
ports-d7110e4aba0cbc6ebbb59172ae49be1430ea3e6e.zip
security/vuxml: Fix missing <name> field
I wasn't able to see my mistake based on the error "make validate" gave me: Traceback (most recent call last): File "/usr/local/poudriere/ports/current-patched/security/vuxml/files/extra-validation.py", line 99, in <module> if (re_invalid_package_name.search(name.text) is not None): TypeError: expected string or bytes-like object *** Error code 1 Thanks to Dan for the pointy hat save. Reported by: Dan Langille
-rw-r--r--security/vuxml/vuln-2021.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index b79e50b7a119..fecf05af5156 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -2,7 +2,7 @@
<topic>zeek -- several vulnerabilities</topic>
<affects>
<package>
- <name></name>
+ <name>zeek</name>
<range><lt>4.0.4</lt></range>
</package>
</affects>