Skip to content

Commit

Permalink
Add fireeye/mandiant notice nexB#487
Browse files Browse the repository at this point in the history
See nexB#487

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Jan 27, 2023
1 parent 81b9128 commit aa0bf95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vulnerabilities/importers/fireeye.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
class FireyeImporter(GitImporter):
spdx_license_expression = "CC-BY-SA-4.0 AND MIT"
license_url = "https://github.com/mandiant/Vulnerability-Disclosures/blob/master/README.md"

notice = """
Copyright (c) Mandiant
The following licenses/licensing apply to this Mandiant repository:
1. CC BY-SA 4.0 - For CVE related information not including source code (such as PoCs)
2. MIT - For source code contained within provided CVE information
"""
def __init__(self):
super().__init__(repo_url="git+https://github.com/mandiant/Vulnerability-Disclosures")

Expand Down

0 comments on commit aa0bf95

Please sign in to comment.