There was an error while loading. Please reload this page.
1 parent 1119f4d commit bd55ccdCopy full SHA for bd55ccd
1 file changed
stix/exploit_target/__init__.py
@@ -78,7 +78,8 @@ def add_vulnerability(self, value):
78
ValueError: if the `value` param is of type :class:`.Vulnerability`
79
80
"""
81
- self.vul
+ self.vulnerabilities.append(value)
82
+
83
def add_weakness(self, value):
84
"""Adds a weakness to the :attr:`weaknesses` list property.
85
0 commit comments