Skip to content

Commit 17325e8

Browse files
pombredanneTG1999
authored andcommitted
Add fireeye/mandiant notice #487
See #487 Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 536f596 commit 17325e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vulnerabilities/importers/fireeye.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
class FireyeImporter(GitImporter):
2424
spdx_license_expression = "CC-BY-SA-4.0 AND MIT"
2525
license_url = "https://github.com/mandiant/Vulnerability-Disclosures/blob/master/README.md"
26-
26+
notice = """
27+
Copyright (c) Mandiant
28+
The following licenses/licensing apply to this Mandiant repository:
29+
1. CC BY-SA 4.0 - For CVE related information not including source code (such as PoCs)
30+
2. MIT - For source code contained within provided CVE information
31+
"""
2732
def __init__(self):
2833
super().__init__(repo_url="git+https://github.com/mandiant/Vulnerability-Disclosures")
2934

0 commit comments

Comments
 (0)