Skip to content

Create a report on CVE in modules of interest to you

Notifications You must be signed in to change notification settings

seabasssec/cvereporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvereporter

Create a report on CVE in modules of interest to you

REST API

  • POST /updatedb/ : Update local DB
  • Example

    {
    "first": "2015",
    "last": "2016"
    }
    

    All fields are required

  • POST /reports/ : Create report
  • Example

    {
    "first": "2015",
    "last": "2016",
    "part": "o",
    "vendor": "microsoft",
    "product": "windows_7",
    "version": "",
    "update": "",
    "edition": "",
    "language": "",
    "sw_edition": "",
    "target_sw": "",
    "target_hw": "",
    "other": ""
    }
    

    The fields "first", "last", "part", "vendor" and "product" are required.

    Next feature:

    • take a target from the list

    About

    Create a report on CVE in modules of interest to you

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages