An open API service providing commit metadata for open source projects.

GitHub / STIXProject/python-stix / commits

SHA Message Author Date Stats
562bbba5 Added structured_coa to CourseOfAction class. Closes #44. Bryan Worrell <b****l@m****g> over 11 years ago
9446b976 merge Merge pull request #241 from STIXProject/setvar Bryan Worrell <b****l@m****g> over 11 years ago
793a0ded * Set attr value to None if input is None rather than if Bryan Worrell <b****l@m****g> over 11 years ago
4ce92cb8 Removed unused import Bryan Worrell <b****l@m****g> over 11 years ago
5fc1c0a3 Added comment Bryan Worrell <b****l@m****g> over 11 years ago
0af33df5 Fixed merge error. Filter warnings Bryan Worrell <b****l@m****g> over 11 years ago
656e07b3 merge Merged origin/master Bryan Worrell <b****l@m****g> over 11 years ago
7130dfe9 Refactored maec malware extension Bryan Worrell <b****l@m****g> over 11 years ago
6441d2d0 Refactored openioc test mechanism extension Bryan Worrell <b****l@m****g> over 11 years ago
d7635b0e Refactored etree helper methods. Bryan Worrell <b****l@m****g> over 11 years ago
466344a6 merge Merge remote-tracking branch 'origin/master' into setvar Bryan Worrell <b****l@m****g> over 11 years ago
78e52aad Setting stix id namespace sets cybox id namespace. Closes #164 Bryan Worrell <b****l@m****g> over 11 years ago
6471cdfb * Changed the behavior of Indicator.negate to allow False values, Bryan Worrell <b****l@m****g> over 11 years ago
a24b1484 Use setvar for ToolInformation short_description property Bryan Worrell <b****l@m****g> over 11 years ago
ac7029f4 Added missing copyright statements Bryan Worrell <b****l@m****g> over 11 years ago
6b3dd02a Added missing return statement in to_dict() Bryan Worrell <b****l@m****g> over 11 years ago
5ebf1a57 merge Merged origin/master Bryan Worrell <b****l@m****g> over 11 years ago
67b58f92 Updated stix package tests Bryan Worrell <b****l@m****g> over 11 years ago
ed3037a2 Added fields to stix header unit tests Bryan Worrell <b****l@m****g> over 11 years ago
a1346884 Added ToolInformation test. Fixed issues with ToolInformation Bryan Worrell <b****l@m****g> over 11 years ago
3e42a852 Updated TTP unit tests Bryan Worrell <b****l@m****g> over 11 years ago
57f60476 Updated threat actor tests Bryan Worrell <b****l@m****g> over 11 years ago
e4ff592c Updated exploit target tests Bryan Worrell <b****l@m****g> over 11 years ago
90bbbf3c Updated coa unit tests Bryan Worrell <b****l@m****g> over 11 years ago
de9cce4d Refactored campaign unit tests Bryan Worrell <b****l@m****g> over 11 years ago
53b2e5bc Added more Incident unit tests Bryan Worrell <b****l@m****g> over 11 years ago
d50872d6 Changed imports to reduce duplication of unit tests Bryan Worrell <b****l@m****g> over 11 years ago
e351e3ee Changed DiscoveryMethods to TypedList Bryan Worrell <b****l@m****g> over 11 years ago
921f269d Updated Incident unit tests Bryan Worrell <b****l@m****g> over 11 years ago
c8feab28 Added _binding class variables to classes missing them. Bryan Worrell <b****l@m****g> over 11 years ago
867c49ba Added TypedListTest mixin Bryan Worrell <b****l@m****g> over 11 years ago
4b8b4f4c Fixed COATaken Time attribute type Bryan Worrell <b****l@m****g> over 11 years ago
be1f66d8 merge Merged origin/master. Fixed conflict with datetime Bryan Worrell <b****l@m****g> over 11 years ago
94e740f0 WIP: Adding/refactoring Incident unit tests [ci skip] Bryan Worrell <b****l@m****g> over 11 years ago
00b50a6e Added missing classmethods to TypedList Bryan Worrell <b****l@m****g> over 11 years ago
bd655df0 Added _binding class var to classes Bryan Worrell <b****l@m****g> over 11 years ago
dd1f74a2 Added unit tests for Indicator Bryan Worrell <b****l@m****g> over 11 years ago
a7bb5858 Added related_packages to Indicator Bryan Worrell <b****l@m****g> over 11 years ago
ed3fa4fe Fixed typo Bryan Worrell <b****l@m****g> over 11 years ago
a1610a63 Added yara test mechanism unit test Bryan Worrell <b****l@m****g> over 11 years ago
757a53ea Adding more unit tests. Fixing issues as they come up. Bryan Worrell <b****l@m****g> over 11 years ago
a4c85b09 Fixed error message Bryan Worrell <b****l@m****g> over 11 years ago
32eae423 Fixed parseString method in generic test mechanism binding. Bryan Worrell <b****l@m****g> over 11 years ago
5e855349 Added more EncodedCDATA unit tests Bryan Worrell <b****l@m****g> over 11 years ago
5673d81b Removed newline Bryan Worrell <b****l@m****g> over 11 years ago
db3003c1 Return the input instead of None when the input is empty Bryan Worrell <b****l@m****g> over 11 years ago
8453dc21 Added value property that always returns a value with its cdata removed Bryan Worrell <b****l@m****g> over 11 years ago
7a0798b2 Began adding more EncodedCDATA tests Bryan Worrell <b****l@m****g> over 11 years ago
7faec954 Added more unit tests Bryan Worrell <b****l@m****g> over 11 years ago
98ad1056 Refactored Entity._set_vocab() to call _set_var rather than duplicate its code Bryan Worrell <b****l@m****g> over 11 years ago
113fcdaf Code cleanup. Moved Entity._cast_var() to utils package. Fixed indentation is... Bryan Worrell <b****l@m****g> over 11 years ago
83e2013b Implemented _set_var and _set_vocab throughout API codebase Bryan Worrell <b****l@m****g> over 11 years ago
78ff4b45 merge Merged origin/master Bryan Worrell <b****l@m****g> over 11 years ago
40370301 Cleanup and add comments. Bryan Worrell <b****l@m****g> over 11 years ago
907882d9 Removed print statment Bryan Worrell <b****l@m****g> over 11 years ago
27b0c598 Fixed issues with new BaseCoreComponent class. Bryan Worrell <b****l@m****g> over 11 years ago
7052390d Created a _BaseCoreComponent class for common properties across the major STI... Bryan Worrell <b****l@m****g> over 11 years ago
473d40f3 Fixed issue where GenericRelationshipLists weren't being set properly by prop... Bryan Worrell <b****l@m****g> over 11 years ago
05dd7b96 Added campaign reference example Bryan Worrell <b****l@m****g> over 11 years ago
fcf1ff59 Added 'names' to related_campaign part of Indicator unit test dict Bryan Worrell <b****l@m****g> over 11 years ago
5d051563 Added related_campaigns to Indicator class. Closes #192. Bryan Worrell <b****l@m****g> over 11 years ago
68fee61c Fixed to_dict() issue in Weakness Bryan Worrell <b****l@m****g> over 11 years ago
a280511b Cleanup: removed a bunch of to_dict() definitions Bryan Worrell <b****l@m****g> over 11 years ago
b995fa0f Correctly check for boolean values in to_dict(). Added xml_bool() function wh... Bryan Worrell <b****l@m****g> over 11 years ago
e087f4b6 Added xml False and True constants to xmlconst Bryan Worrell <b****l@m****g> over 11 years ago
67473dc6 Added kill_chain_phases property and add method to Indicator Bryan Worrell <b****l@m****g> over 11 years ago
b70d5eab Cleanup. Removed to_dict() definitions. Bryan Worrell <b****l@m****g> over 11 years ago
0daee641 Removed unused import Bryan Worrell <b****l@m****g> over 11 years ago
0bc3de54 Moved Entity.to_dict() code to utils.to_dict(). Other cleanup. Bryan Worrell <b****l@m****g> over 11 years ago
d0db1a96 Added a skip parameter to Entity.to_dict() Bryan Worrell <b****l@m****g> over 11 years ago
598af38d Modified iter_vars to skip the __input_schemalocations__ and __input_namespac... Bryan Worrell <b****l@m****g> over 11 years ago
0e647ab2 * More TypedList and EntityList patterns. Bryan Worrell <b****l@m****g> over 11 years ago
7dc993a2 Modified _set_var to use kwargs Bryan Worrell <b****l@m****g> over 11 years ago
5ff9d12e merge Merge remote-tracking branch 'origin/master' into setvar Bryan Worrell <b****l@m****g> over 11 years ago
fb6c63ee Code cleanup. Fixed whitespace issues. Bryan Worrell <b****l@m****g> over 11 years ago
cb915403 Fixed issue where kill_chains was being stripped from TTPs on parse Bryan Worrell <b****l@m****g> over 11 years ago
067003ee Aligned CIQ identity namespace prefixes. Bryan Worrell <b****l@m****g> over 11 years ago
51ee3673 Moved __tlo_adds to add() method to avoid default to_dict() method conflicts Bryan Worrell <b****l@m****g> over 11 years ago
c67c15e9 * Added add() method. Closes #137. Bryan Worrell <b****l@m****g> over 11 years ago
ab083768 Use EntityList conventions. Bryan Worrell <b****l@m****g> over 11 years ago
a74edc2d Moved xsi:type out of bindings Bryan Worrell <b****l@m****g> over 11 years ago
9785c1b1 Added snort test mechanism unit test Bryan Worrell <b****l@m****g> over 11 years ago
2162b3b6 Fixed indentation in intended_effects setter. Removed unused import. Bryan Worrell <b****l@m****g> over 11 years ago
8a054bc9 Cleanup. Bryan Worrell <b****l@m****g> over 11 years ago
2907916b Fixed xsi:type issues with test mechanism extension bindings Bryan Worrell <b****l@m****g> over 11 years ago
04bdd5fb Fixed issues in SnortTestMechanism. Added unit tests. Bryan Worrell <b****l@m****g> over 11 years ago
77d4ec77 Modified EncodedCDATAType to not export CDATA wrapped items in to_dict function Bryan Worrell <b****l@m****g> over 11 years ago
217b78a5 Added is_cdata() utility method. Modified utils.cdata() and utils.strip_cdata... Bryan Worrell <b****l@m****g> over 11 years ago
6f9ffffd Experimenting with a new _set_var function Bryan Worrell <b****l@m****g> over 11 years ago
e07fd7f1 Replace version checking code with utils.check_version() Bryan Worrell <b****l@m****g> over 11 years ago
b639c99d Removed ConfidenceAssertionChain from sphinx docs. Bryan Worrell <b****l@m****g> over 11 years ago
4e123fbd * Fixed bug in TTP binding PersonasType class. Bryan Worrell <b****l@m****g> over 11 years ago
078cbd12 Use TypedLists and EntityLists in behavior.py Bryan Worrell <b****l@m****g> over 11 years ago
b22880cb Added IntendedEffects TypedList impl. Bryan Worrell <b****l@m****g> over 11 years ago
0580ba27 Implemented TypedList and EntityList in Threat Actor code Bryan Worrell <b****l@m****g> over 11 years ago
502bf882 Changed effects to EntityList type Bryan Worrell <b****l@m****g> over 11 years ago
a6276511 Improved error message on TypedList and EntityList Bryan Worrell <b****l@m****g> over 11 years ago
ecf05581 More TypedLists, EntityLists, and unit tests Bryan Worrell <b****l@m****g> over 11 years ago
5835eb70 Fixed incorrect from_obj call. Changed Incident.from_obj to Incidents.from_obj Bryan Worrell <b****l@m****g> over 11 years ago
bed247fd Fixed issue where VocabString subclasses lost xsi:type information on roundtrip Bryan Worrell <b****l@m****g> over 11 years ago

← Back to repository