0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Duration object attribute type More... almost 13 years ago
Added simple API representation for environment_variable_list More... almost 13 years ago
Added simple API representation for environment_variable More... almost 13 years ago
Added simple API representation of port object More... almost 13 years ago
Added simple API representation for win handle object More... almost 13 years ago
Added simple API reperesentation of win event object More... almost 13 years ago
Merge branch 'master' of github.com:CybOXProject/python-cybox More... almost 13 years ago
Added UnsignedInteger to attributes More... almost 13 years ago
Update README with Travis Build Status More... almost 13 years ago
Fix some more unittest assert methods for Python 2.6 More... almost 13 years ago
Improve Travis-CI configuration More... almost 13 years ago
Added object-class derivations for both object and associated_object More... almost 13 years ago
Merge pull request #7 from 2xyo/master More... almost 13 years ago
Make tests pass More... almost 13 years ago
Add support of Travis CI continuous integration service More... almost 13 years ago
Replace the print statement by the print() function #PEP3105 #Python3 More... almost 13 years ago
fixed docstring More... almost 13 years ago
Fixed a bug in ObservableComposition causing an infinite loop. Added _XSI_TYPE attribute to File, Address, URI, and EmailMessage classes--xsi_type is exported in the to_dict() method (this needs to be replicated in the other DefinedObject extensions). Added a simple example script which demonstrates buiding from a file, exporting a dictionary, building from a dictionary, and exporting as xml. More... almost 13 years ago
Added imports to common/__init__.py. Fixed static methods in time.py. Fixed bugs in observable.py. More... almost 13 years ago
Added static definedobjecttype class imports and removed existing dynamic import code and utils import More... almost 13 years ago
Merging defined_object More... almost 13 years ago
Added none value checks to from_dict and from_obj methods More... almost 13 years ago
objecttype binding leverages the namespaceparser for buildChildren() method More... almost 13 years ago
Merge branch 'master' of github.com:CybOXProject/python-cybox More... almost 13 years ago
moved the namespace parsing logic out of the cybox core binding into the cybox.utils module under a NamespaceParser class. The utils module may need to become a package in the future. More... almost 13 years ago
Add script to convert CybOX XML to CybOX JSON. More... almost 13 years ago
Bug fixes and clean up extraneous print More... almost 13 years ago
Add a test related to creating File objects More... almost 13 years ago
Add FileObjectType to known object types More... almost 13 years ago
Add a test related to creating Observables. More... almost 13 years ago