0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #279 from CybOXProject/Updated-front-page-link-from-mitre.org-to-github-url More... about 10 years ago
Updated front page link from mitre.org to github url More... about 10 years ago
Merge pull request #276 from CybOXProject/issue269 More... about 10 years ago
Merge pull request #277 from CybOXProject/issue248 More... about 10 years ago
Fixed a broken link to generateDS in README.rst. This resolves issue #248. More... about 10 years ago
Fixed bug in CodeSegmentXOR where is_plain() didn't check the xor_pattern field value. More... about 10 years ago
Fixed capitalization on a TypedField field name. Addresses python-cybox issue #269. More... about 10 years ago
Updated VocabField to align with mixbox TypedField. More... about 10 years ago
Added kwargs to VocabField listfunc __init__ call. More... about 10 years ago
s/listclass/listfunc/ More... about 10 years ago
Added missing key_name to ObservableComposition. More... about 10 years ago
Updated use of EntityList to align with mixbox's TypedField requirements. More... about 10 years ago
Changed expected error type in email_message_test from ValueError to TypeError More... about 10 years ago
Fixed NetworkPackageObject binding field datatypes. More... about 10 years ago
Added some variable stack info to testing debug output. More... about 10 years ago
Added a VocabList class that loosens up the type restrictions of TypedList, allowing for any instance of VocabString to be inserted. More... about 10 years ago
Added multiple TypedField to EnvironmentVariables More... about 10 years ago
Began converting EntityList subclasses to using a single multiple TypedField. More... about 10 years ago
Made FilePath.fully_qualified a TypedField. More... over 10 years ago
Style cleanup and changed String.__init__() call to super().__init__() in FilePath. More... over 10 years ago
Removed unncessary from_dict() methods from datetimewithprecision.py classes. More... over 10 years ago
Added TypedFields and EntityFactory classes to artifact_object module. More... over 10 years ago
Added TypedFields to cybox core modules. More... over 10 years ago
Cleanup. More... over 10 years ago
Removed unnecessary from_dict() method from VocabString More... over 10 years ago
Added TypedFields to ActionRelationship. Changed Action.timestamp to a DateTimeField. More... over 10 years ago
Added TypedFields to ToolInformation class. Updated unit tests to reflect new id/idref constraints. More... over 10 years ago
Added TypedFields to StructuredTextType More... over 10 years ago
Removed commented out code from object_properties module More... over 10 years ago
Added TypedFields to Property class. More... over 10 years ago