chrisr3d
|
081f36068c
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into main
|
2021-06-30 15:30:13 +02:00 |
Michael Chisholm
|
d2f960f2fc
|
Initial revamp of customization enforcement and detection.
|
2021-03-31 15:21:55 -04:00 |
chrisr3d
|
8093e07d1b
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into main
|
2021-03-24 12:36:49 +01:00 |
Emmanuelle Vargas-Gonzalez
|
922de111ed
|
minor tweaks to docstrings
|
2021-03-18 10:14:36 -04:00 |
Emmanuelle Vargas-Gonzalez
|
827f622c04
|
provide ability to stream STIX output to fp ``.write()`` file-like object
|
2021-03-17 15:01:49 -04:00 |
Chris Lenk
|
b4a0a9ea10
|
Remove six dependency (backwards breaking)
We've already removed Python 2 from our test harness, but this removes
all python 2 compatibility code left in.
|
2021-02-18 12:38:35 -05:00 |
chrisr3d
|
24374e7a5f
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into main
|
2021-01-29 19:19:04 +01:00 |
Emmanuelle Vargas-Gonzalez
|
85c14d1502
|
all changes from add-trailing-commas v2.0.2
|
2021-01-13 17:52:15 -05:00 |
chrisr3d
|
8e19ad0f82
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into main
|
2020-09-09 16:01:44 +02:00 |
Emmanuelle Vargas-Gonzalez
|
ca56a74e12
|
update docstrings for _STIXBase method
|
2020-07-22 15:20:39 -04:00 |
Emmanuelle Vargas-Gonzalez
|
c760e04c9a
|
rename module to serialization.py
|
2020-07-22 14:31:26 -04:00 |
Emmanuelle Vargas-Gonzalez
|
853bd0da21
|
move classes and methods from base.py to serialize.py
|
2020-07-22 13:56:24 -04:00 |
Chris Lenk
|
55ea84ece2
|
Fix bug when adding custom obj to FileSystemSink
... if the object type hasn't been registered.
Related: #439.
|
2020-07-20 00:04:32 -04:00 |
chrisr3d
|
808dd94f67
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into main
|
2020-06-24 11:22:37 +02:00 |
Chris Lenk
|
9d05c9d3e2
|
Merge pull request #401 from chisholm/fix_versionable_detection
Fix versionability detection
|
2020-06-10 10:22:59 -04:00 |
Michael Chisholm
|
00b78e7a47
|
Stylistic pre-commit junk
|
2020-06-08 17:51:13 -04:00 |
Michael Chisholm
|
5522050899
|
Improve versionability detection when creating new versions
of objects. Move versioning-related stuff out of stix2.utils
to its own module. Some misc versioning-related fixes.
|
2020-06-05 14:24:16 -04:00 |
Michael Chisholm
|
f17f782134
|
Bugfixes to the json un-escaping function. Added some unit tests
for that.
|
2020-06-05 14:14:44 -04:00 |
Michael Chisholm
|
2179028c91
|
Fix deterministic ID behavior when an empty "hashes" property is
given. Now, an exception is raised. Added a unit test for this.
|
2020-06-05 14:14:44 -04:00 |
Michael Chisholm
|
1f5e8defd3
|
Argh, I fixed an RFC URL but forgot to fix the comment which
described it and gave the RFC number...
|
2020-06-05 14:14:43 -04:00 |
Michael Chisholm
|
22c0d5806c
|
Trailing comma for the pre-commit hook
|
2020-06-05 14:14:43 -04:00 |
Michael Chisholm
|
e22c37a16b
|
Update a RFC URL to the latest version. I'd accidentally used
one which had been obsoleted by a newer one.
|
2020-06-05 14:14:43 -04:00 |
Michael Chisholm
|
6c2c4781e7
|
Revamp deterministic ID generation code to fix bugs.
|
2020-06-05 14:14:43 -04:00 |
chrisr3d
|
ca61b06aa2
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2020-05-22 22:15:40 +02:00 |
Desai, Kartikey H
|
998b4c0725
|
Change streamlined_obj_vals list to streamlined_object dict
|
2020-05-13 12:45:16 -05:00 |
Desai, Kartikey H
|
65d4060e6a
|
Fixes #389
|
2020-05-13 11:23:26 -05:00 |
Desai, Kartikey H
|
0b1297b14a
|
Fixes #389
|
2020-05-13 11:22:51 -05:00 |
Desai, Kartikey H
|
de3fa99a12
|
Add property names to canonicalization for deterministic id gen
|
2020-05-13 11:20:16 -05:00 |
chrisr3d
|
e4f08557ec
|
fix: Diffusing interoperability parameter to all included objects & references
|
2020-04-15 18:00:21 +02:00 |
chrisr3d
|
8e95dbfce2
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2020-04-15 16:26:20 +02:00 |
Chris Lenk
|
01ba190525
|
Reorganize bases, use isinstance to check version
Renamed STIXDomainObject -> _DomainObject.
Renamed STIXRelationshipObject -> _RelationshipObject.
|
2020-03-27 02:40:42 -04:00 |
Chris Lenk
|
e31634c32b
|
Rework spec version detection for _STIXBase objs
|
2020-03-21 22:22:36 -04:00 |
Rich Piazza
|
9e5e998c3d
|
don't allow leading '_' on custom properties, whenever allow_custom is true
|
2020-03-20 12:49:20 -04:00 |
Rich Piazza
|
6e4151aeeb
|
flaky
|
2020-03-19 16:49:46 -04:00 |
Rich Piazza
|
f60e4170fd
|
finish 365
|
2020-03-19 16:11:52 -04:00 |
Rich Piazza
|
9699c78ad8
|
issue-365
|
2020-03-19 10:40:35 -04:00 |
chrisr3d
|
0f0bc42681
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2020-03-02 15:31:39 +01:00 |
Desai, Kartikey H
|
796a4e20fa
|
Correct bug in recursive dict loop. Fixes #334
|
2020-02-21 15:26:19 -05:00 |
Desai, Kartikey H
|
1084c75d33
|
Fixes #334
|
2020-02-19 16:29:13 -05:00 |
chrisr3d
|
c8cd84925b
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2020-01-08 14:53:36 +01:00 |
Chris Lenk
|
6c0fba0e67
|
Add Python3.8 support, fix import
Uses try/catch to still support 2.7 too
|
2020-01-04 13:50:06 -05:00 |
Desai, Kartikey H
|
6df7da65b8
|
Fixes #308
|
2019-12-17 11:57:55 -05:00 |
chrisr3d
|
e2a4129ad3
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2019-10-22 01:30:57 +02:00 |
chrisr3d
|
adbaec1942
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 + fix interoperability param support
|
2019-10-14 12:30:15 +02:00 |
Michael Chisholm
|
216b43d49e
|
Fix determinstic UUID handling when there are high-codepoint
unicode characters. Make compatible with both python 2 and 3.
|
2019-10-11 17:12:44 -04:00 |
Desai, Kartikey H
|
113d481e84
|
Make SCO deterministic ID namespace a global var for better software hygiene
|
2019-09-19 10:31:14 -04:00 |
Desai, Kartikey H
|
9c7128d074
|
Fix indentation issue
|
2019-09-11 10:49:11 -04:00 |
Desai, Kartikey H
|
d828e41c78
|
End of changes
|
2019-09-11 10:44:14 -04:00 |
Desai, Kartikey H
|
5b6592e2dc
|
Some changes. More fixes coming soon, hopefully
|
2019-09-06 18:08:27 -04:00 |
Desai, Kartikey H
|
8f773fd556
|
Temp backup of some code changes. More coming soon
|
2019-09-06 00:25:42 -04:00 |