diff options
author | dequis <dx@dxzone.com.ar> | 2017-06-05 21:38:37 -0300 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-06-08 19:04:30 +0200 |
commit | ae980fc859d9c895f19a4a9011f5289e7b0a74a4 (patch) | |
tree | 9beb15e44cfd16756bf90eb7e2f97f1084e2bf6c /_data/security/CVE-2017-7191.yml | |
parent | 6dfcd4ac349313ee607cd55f07e0d5edaf812b6e (diff) | |
download | irssi.github.io-ae980fc859d9c895f19a4a9011f5289e7b0a74a4.zip |
Merge all security data files to _data/security.yml
for i in _data/security/*; do
basename $i | sed -r 's/^(.*)\.yml/- name: \1/g';
cat $i | sed 's/^/ /';
echo;
done > _data/security.yml
Diffstat (limited to '_data/security/CVE-2017-7191.yml')
-rw-r--r-- | _data/security/CVE-2017-7191.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/_data/security/CVE-2017-7191.yml b/_data/security/CVE-2017-7191.yml deleted file mode 100644 index b6417ad..0000000 --- a/_data/security/CVE-2017-7191.yml +++ /dev/null @@ -1,13 +0,0 @@ -external_links: - - id: CVE-2017-7191 - url: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7191 - - id: IRSSI-SA-2017-03 - url: https://irssi.org/security/irssi_sa_2017_03.txt -exploitable_by: server -affected_versions: "1.0.0-1.0.1" -fixed_version: 1.0.2 -release_date: 2017-03-10 -git_commit: 77b2631c78461965bc9a7414aae206b5c514e1b3 -credit: APic -description: | - Use after free while producing list of netjoins |