mig/actions/glibc_amazon_cve-2015-0235....

34 строки
882 B
JSON

{
"name": "Check glibc is patched for CVE-2015-0235",
"target": "environment->>'ident' ilike 'amazon%'",
"threat": {
"family": "compliance",
"level": "high",
"ref": "bug1126370",
"type": "system"
},
"description": {
"author": "Julien Vehent",
"email": "ulfr@mozilla.com",
"revision": 201501271930
},
"operations": [
{
"module": "file",
"parameters": {
"searches": {
"check_patched_glibc": {
"paths": [
"/var/lib/yum/rpmdb-indexes/pkgtups-checksums"
],
"contents": [
"55.93.amzn1"
]
}
}
}
}
],
"syntaxversion": 2
}