Skip to content

Commit

Permalink
Update XCCDF mapper OpenSCAP ubuntu1804 expected JSON
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Oct 29, 2024
1 parent aa9fb80 commit 1d5d4ff
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"platform": {
"name": "Heimdall Tools",
"release": "2.8.1",
"release": "2.10.20",
"target_id": "cpe:/o:canonical:ubuntu_linux:18.04::~~lts~~~"
},
"version": "2.8.1",
"version": "2.10.20",
"statistics": {},
"profiles": [
{
Expand Down Expand Up @@ -90585,7 +90585,7 @@
"CCI-001495"
],
"nist": [
"AU-9"
"AU-9 a"
],
"severity": "medium",
"description": "/bin\n/sbin\n/usr/bin\n/usr/sbin\n/usr/local/bin\n/usr/local/sbin\nAll these directories should be owned by the root user.\nIf any directory DIR in these directories is found\nto be owned by a user other than root, correct its ownership with the\nfollowing command:\n$ sudo chown root DIR",
Expand Down Expand Up @@ -90744,7 +90744,7 @@
"CCI-001495"
],
"nist": [
"AU-9"
"AU-9 a"
],
"severity": "medium",
"description": "System executables are stored in the following directories by default:\n/bin\n/sbin\n/usr/bin\n/usr/sbin\n/usr/local/bin\n/usr/local/sbin\nThese directories should not be group-writable or world-writable.\nIf any directory DIR in these directories is found to be\ngroup-writable or world-writable, correct its permission with the\nfollowing command:\n$ sudo chmod go-w DIR",
Expand Down Expand Up @@ -134157,7 +134157,7 @@
]
}
],
"sha256": "6f23ab005bd93c425924e03d1e13dac56d502a8665cb906794e9dc3ad9baa8e4"
"sha256": "6c0f98b81de8b9feb3e92a53d18334334e8419a84aa18c5c8dba502ba2d373c6"
}
],
"passthrough": {
Expand Down

0 comments on commit 1d5d4ff

Please sign in to comment.