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-2016-7045.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-2016-7045.yml')
-rw-r--r-- | _data/security/CVE-2016-7045.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/_data/security/CVE-2016-7045.yml b/_data/security/CVE-2016-7045.yml deleted file mode 100644 index 6f03346..0000000 --- a/_data/security/CVE-2016-7045.yml +++ /dev/null @@ -1,13 +0,0 @@ -external_links: - - id: CVE-2016-7045 - url: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7045 - - id: IRSSI-SA-2016 - url: https://irssi.org/security/irssi_sa_2016.txt -exploitable_by: client -affected_versions: 0.8.17-0.8.19 -fixed_version: 0.8.20 -release_date: 2016-09-14 -git_commit: 295a4b77f07f14602eeaa371f00ddbf09910c82b -credit: Gabriel Campana and Adrien Guinet from Quarkslab -description: | - Remote crash and heap corruption in format parsing code |