[Git][security-tracker-team/security-tracker][master] 2 commits: also parse CVE's enclosed in square brackets
Thijs Kinkhorst
thijs at debian.org
Sat Mar 23 18:19:33 GMT 2019
Thijs Kinkhorst pushed to branch master at Debian Security Tracker / security-tracker
Commits:
095383ec by Thijs Kinkhorst at 2019-03-23T18:17:15Z
also parse CVE's enclosed in square brackets
- - - - -
9ad8680e by Thijs Kinkhorst at 2019-03-23T18:19:10Z
DSA-4414-1
- - - - -
2 changed files:
- bin/gen-DSA
- data/DSA/list
Changes:
=====================================
bin/gen-DSA
=====================================
@@ -206,7 +206,7 @@ if ! [ -z "$CHANGES" ]; then
for bug in $(awk '/^Closes: / {sub(".*"$2,$2); print $0}' $CHANGES); do
BUGNUM="$BUGNUM ${bug#\#}"
done
- for cve in $(awk 'BEGIN {RS="[ ().,:;\n]" } /^CVE-[0-9]+-[0-9]+$/ {print $1}' $CHANGES); do
+ for cve in $(awk 'BEGIN {RS="[ ().,:;\n\\[\\]]" } /^CVE-[0-9]+-[0-9]+$/ {print $1}' $CHANGES); do
CVE="$CVE $cve"
done
fi
=====================================
data/DSA/list
=====================================
@@ -1,3 +1,6 @@
+[23 Mar 2019] DSA-4414-1 libapache2-mod-auth-mellon - security update
+ {CVE-2019-3877 CVE-2019-3878}
+ [stretch] - libapache2-mod-auth-mellon 0.12.0-2+deb9u1
[21 Mar 2019] DSA-4413-1 ntfs-3g - security update
{CVE-2019-9755}
[stretch] - ntfs-3g 1:2016.2.22AR.1+dfsg-1+deb9u1
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/0817e50b32eace6912fd3e53efd095d4e4f12bab...9ad8680e28ce15af07bc137789bb896193c0a4c9
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/0817e50b32eace6912fd3e53efd095d4e4f12bab...9ad8680e28ce15af07bc137789bb896193c0a4c9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20190323/f263c56a/attachment-0001.html>
More information about the debian-security-tracker-commits
mailing list