Skip to content

Commit

Permalink
Merge pull request #282 from STIXProject/issue274
Browse files Browse the repository at this point in the history
Fix for issue #274: STIXPackage.add() now correctly adds TTPs.
  • Loading branch information
gtback committed Jul 15, 2016
2 parents 463af5c + 24c949d commit e126206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix/core/stix_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def add(self, entity):
Incident: self.add_incident,
Indicator: self.add_indicator,
ThreatActor: self.add_threat_actor,
TTP: self.add_threat_actor,
TTP: self.add_ttp,
Report: self.add_report,
Observable: self.add_observable,
}
Expand Down

0 comments on commit e126206

Please sign in to comment.