зеркало из https://github.com/mozilla/mig.git
35 строки
947 B
JSON
35 строки
947 B
JSON
{
|
|
"name": "Check glibc is patched on ubuntu for CVE-2015-0235",
|
|
"target": "environment->>'ident' ilike 'ubuntu 12.04%'",
|
|
"threat": {
|
|
"family": "compliance",
|
|
"level": "high",
|
|
"ref": "bug1126370",
|
|
"type": "system"
|
|
},
|
|
"description": {
|
|
"author": "Julien Vehent",
|
|
"email": "ulfr@mozilla.com",
|
|
"revision": 201501281000,
|
|
"url": "http://www.ubuntu.com/usn/usn-2485-1/"
|
|
},
|
|
"operations": [
|
|
{
|
|
"module": "file",
|
|
"parameters": {
|
|
"searches": {
|
|
"check_patched_glibc": {
|
|
"paths": [
|
|
"/var/lib/dpkg/status"
|
|
],
|
|
"contents": [
|
|
"^Version: 2.15-0ubuntu10.10$"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"syntaxversion": 2
|
|
}
|