Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#303 Assign Nessus Findings to S1-2 (CCI-001237) #31

Open
JeffOdegard opened this issue Sep 19, 2018 · 1 comment
Open

#303 Assign Nessus Findings to S1-2 (CCI-001237) #31

JeffOdegard opened this issue Sep 19, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@JeffOdegard
Copy link
Collaborator

The Nessus vulnerability findings in the Orphans tabs are assigned to AC-1.3, not SI-2. They need to be assigned to the correct one (CCI-001237 (SI-2)). We might need to look at some going to CM-6 (CCI-000366), since they are really configuration items and not patches. We can discuss. This applies to vulnerability scan findings, not compliance scan findings.

@JeffOdegard JeffOdegard added this to the 1.3.4 milestone Sep 19, 2018
@JeffOdegard JeffOdegard modified the milestones: 1.3.4, 1.4.0 Jan 9, 2019
@JeffOdegard
Copy link
Collaborator Author

Since we are no longer exporting the Orphan checklist, this is kind of OBE (for now.) One possible solution, in parse_nessus.php, line 999:

    if (preg_match("/CCI\|([^\,]+)/", $data, $match)) {
        $this->plugin->result->cci = $match[1];
    } else {
	# The default should be SI-2
	$this->plugin->result->cci = "001237";
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants