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

Support ignore CveIDs in config #222

Merged
merged 1 commit into from
Oct 17, 2016
Merged

Support ignore CveIDs in config #222

merged 1 commit into from
Oct 17, 2016

Conversation

kotakanbe
Copy link
Member

@kotakanbe kotakanbe commented Oct 14, 2016

Example: IgnoreCves

Define ignoreCves in config if you don't want to report(slack, mail, text...) specific CVE IDs. But these ignoreCves will be output to JSON file like below.

  • config.toml
[default]
ignoreCves = ["CVE-2016-6313"]

[servers.bsd]
host     = "192.168.11.11"
user     = "kanbe"
ignoreCves = ["CVE-2016-6314"]
  • bsd.json
[
  {
    "ServerName": "bsd",
    "Family": "FreeBSD",
    "Release": "10.3-RELEASE",
    "IgnoredCves" : {
      "CveDetail" : {
        "CVE-2016-6313",
        ...
      },
      "CveDetail" : {
        "CVE-2016-6314",
        ...
      },
    }
  }
]

@kotakanbe kotakanbe changed the title Support to define ignore CveIDs in config [WIP]Support to define ignore CveIDs in config Oct 14, 2016
@kotakanbe kotakanbe changed the title [WIP]Support to define ignore CveIDs in config Support ignore CveIDs in config Oct 17, 2016
@kotakanbe kotakanbe merged commit fff6047 into master Oct 17, 2016
@kotakanbe kotakanbe deleted the ignore-cves branch October 24, 2016 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant