Created
December 16, 2020 23:52
-
-
Save MarkVLK/3e74f5cebbefde56c0e09d273a67dc75 to your computer and use it in GitHub Desktop.
Vulnture configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Vulnerability Data Sources] | |
# https://tools.cisco.com/security/center/Search.x | |
Cisco=true | |
# https://nvd.nist.gov/vuln/data-feeds | |
NVD=true | |
# Only support one backend for now, more coming... | |
[Asset Backends] | |
DynamoDB=true | |
# Only support one notification method for now, more coming... | |
[Notifications] | |
Email=true | |
# Filtering notifications to different recipients coming later... | |
# Comma-separate multiple email recipients | |
EmailRecipients={"1": {"recipients": "[email protected]"}} | |
SMTPServer=smtp.gmail.com | |
# Email sender | |
[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment