added apple cna 5 example captured data potential from advisory
This commit is contained in:
parent
d9fe9d3adb
commit
6502ad71cd
1 changed files with 19 additions and 0 deletions
|
@ -69,6 +69,25 @@ We need to figure out a way to parse these google bulletins. Headings and tables
|
|||
### Advisory
|
||||
https://support.apple.com/en-us/HT201222
|
||||
#### Captured Data Potential From Advisory
|
||||
```
|
||||
[
|
||||
{
|
||||
"cves": [
|
||||
{
|
||||
"cve_id": "CVE-2017-2372",
|
||||
"cve_author": "Tyler Bohan of Cisco Talos"
|
||||
}
|
||||
],
|
||||
"name":
|
||||
{
|
||||
"name": "Projects"
|
||||
},
|
||||
"available_for": "OS X El Capitan v10.11 and later (64 bit)",
|
||||
"description": "A memory corruption issue was addressed through improved memory handling.",
|
||||
"impact": "Opening a maliciously crafted GarageBand project file may lead to arbitrary\u00a0code execution"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
## Arista Networks
|
||||
### Advisory
|
||||
|
|
Loading…
Add table
Reference in a new issue