chrisr3d
|
83709358c3
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2019-01-10 09:51:41 +01:00 |
Chris Lenk
|
8c3ecd1c48
|
Merge pull request #237 from oasis-open/236-WindowsRegistryKey
Fix error when printing WindowsRegistryKey
|
2019-01-09 11:12:46 -05:00 |
Chris Lenk
|
1ad64dfc0c
|
Move CallableValues to prevent duplicate code
|
2019-01-09 10:46:48 -05:00 |
Chris Lenk
|
101eb762d1
|
Merge pull request #239 from oasis-open/238-empty-dictionaries
Remove dictionary/extension property non-empty req
|
2019-01-09 09:22:59 -05:00 |
Emmanuelle Vargas-Gonzalez
|
26a658b789
|
Update test to v21
|
2019-01-08 09:41:53 -05:00 |
Emmanuelle Vargas-Gonzalez
|
67d3970a50
|
Update test_observed_data.py
Change to correct version
|
2019-01-08 09:35:01 -05:00 |
Chris Lenk
|
ab687d8d0e
|
Test empty extension property serialization
|
2019-01-07 15:22:08 -05:00 |
Chris Lenk
|
2966efa4f0
|
Remove dictionary/extension property non-empty req
Only bundle.objects and observed-data.objects have a requirement to
include at least one item.
|
2019-01-07 11:15:47 -05:00 |
chrisr3d
|
f527e279b3
|
fix: Using raw string in the regular expression compilation
|
2018-12-26 12:57:46 +01:00 |
Chris Lenk
|
34002c4f7c
|
Fix error when printing WindowsRegistryKey
Caused by WindowsRegistryKey having a 'values' property. Fixes #236.
|
2018-12-21 14:33:59 -05:00 |
chrisr3d
|
383bd56f0e
|
fix: Added the interoperability parameter to new_inner objects _STIXBase __deepcopy__ function
|
2018-12-21 10:59:34 +01:00 |
chrisr3d
|
f560049f96
|
Splitted interoperability tests for both versions
|
2018-12-18 10:48:18 +01:00 |
chrisr3d
|
939a2d5428
|
add: Applying interoperability parameter to v2.1 objects
|
2018-12-14 10:12:30 +01:00 |
chrisr3d
|
a68a43a732
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
|
2018-12-14 10:09:58 +01:00 |
Emmanuelle Vargas-Gonzalez
|
06e23b08b8
|
Bump version: 1.0.4 → 1.1.0
|
2018-12-11 14:14:49 -05:00 |
Emmanuelle Vargas-Gonzalez
|
c67d180e99
|
update CHANGELOG for v1.1.0
|
2018-12-11 14:12:49 -05:00 |
Emmanuelle Vargas-Gonzalez
|
ba2f63f745
|
Merge pull request #220 from emmanvg/1.1.0-release
Stage changes for v1.1.0 release. Introduces initial support for 2.1 objects
|
2018-12-11 14:08:11 -05:00 |
Emmanuelle Vargas-Gonzalez
|
6e50bf5123
|
Formatting problems...
|
2018-12-11 13:48:56 -05:00 |
Emmanuelle Vargas-Gonzalez
|
c8c48a305a
|
Add future import to resolve compatibility problems
|
2018-12-11 13:41:19 -05:00 |
Emmanuelle Vargas-Gonzalez
|
7d84c63e8e
|
pre-commit formatting changes
|
2018-12-11 13:23:43 -05:00 |
Emmanuelle Vargas-Gonzalez
|
f12cc82d8a
|
incorporate feedback
update documentation for core.py and automatic copyright year for docs
|
2018-12-11 13:22:04 -05:00 |
Emmanuelle Vargas-Gonzalez
|
3f02925fc9
|
add new pattern_expressions tests to proper locations
|
2018-12-11 13:07:53 -05:00 |
Emmanuelle Vargas-Gonzalez
|
ff098a19b1
|
update method _timestamp2filename() since it introduces timing precision problems
|
2018-12-11 13:06:51 -05:00 |
Emmanuelle Vargas-Gonzalez
|
c75a0857ec
|
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into 1.1.0-release
|
2018-12-11 13:03:42 -05:00 |
Emmanuelle Vargas-Gonzalez
|
605842001f
|
Merge pull request #229 from oasis-open/add_visitor2
Add an AST for STIX pattern navigation. From add_visitor2
|
2018-12-11 09:00:34 -05:00 |
chrisr3d
|
f0ac7aeb3c
|
add: Added tests for the new parameter
|
2018-12-11 10:16:17 +01:00 |
chrisr3d
|
3850a046ff
|
fix: Applying the interoperability parameter to UUIDs referenced in various SDOs & SROs
|
2018-12-11 10:16:17 +01:00 |
chrisr3d
|
3ae38fe687
|
fix: Applying the same parameter as for IDs in created_by_ref UUIDs
|
2018-12-11 10:16:17 +01:00 |
chrisr3d
|
86536b43b1
|
fix: Avoiding our additional parameter to be in the parsed STIX objects
|
2018-12-11 10:16:17 +01:00 |
chrisr3d
|
067d76bb90
|
chg: Added parameter to accept UUIDs not v4
- This parameter is not used at the creation of
STIX objects, only while converting json format
into STIX objects.1
|
2018-12-11 10:16:17 +01:00 |
Emmanuelle Vargas-Gonzalez
|
f20ee91544
|
rename 'STIXPatternVisitor' to 'pattern_visitor'
|
2018-12-10 15:23:26 -05:00 |
Emmanuelle Vargas-Gonzalez
|
9a69823d08
|
Revert unnecessary changes
|
2018-12-10 15:08:43 -05:00 |
Emmanuelle Vargas-Gonzalez
|
7702d435ba
|
update method to use docstrings
|
2018-12-10 15:07:38 -05:00 |
Emmanuelle Vargas-Gonzalez
|
50a2191805
|
Favor star import, disable messages for undefined methods F405
|
2018-12-10 14:44:44 -05:00 |
Emmanuelle Vargas-Gonzalez
|
fc0069ed60
|
re-order imports, add entry to isort file
|
2018-12-10 14:29:31 -05:00 |
Richard Piazza
|
b3f69bf942
|
imports again
|
2018-12-10 13:42:05 -05:00 |
Richard Piazza
|
fcea810ea1
|
added test for ListConstant
|
2018-12-10 12:54:58 -05:00 |
Richard Piazza
|
7bd330dfae
|
import experiment 3
|
2018-12-10 12:25:59 -05:00 |
Richard Piazza
|
1bb3aa12f0
|
import experiment 2
|
2018-12-10 12:16:39 -05:00 |
Richard Piazza
|
05964ee0c7
|
import experiment
|
2018-12-10 12:14:31 -05:00 |
Richard Piazza
|
a5eca9916c
|
last flake-y
|
2018-12-09 21:48:24 -05:00 |
Richard Piazza
|
99276c92fc
|
flake-y again
|
2018-12-09 21:42:24 -05:00 |
Richard Piazza
|
f3526bbfa6
|
flakey5
|
2018-12-07 14:06:36 -05:00 |
Richard Piazza
|
55ac3564bd
|
flakey4
|
2018-12-07 14:03:46 -05:00 |
Richard Piazza
|
52c7d2a722
|
flakey3
|
2018-12-07 13:59:57 -05:00 |
Richard Piazza
|
3ea8035fcb
|
flakey2
|
2018-12-07 13:47:44 -05:00 |
Richard Piazza
|
da4a91a3ca
|
flakey
|
2018-12-07 13:30:05 -05:00 |
Richard Piazza
|
03cceb827d
|
add_visitor - take 2
|
2018-12-07 12:43:23 -05:00 |
Emmanuelle Vargas-Gonzalez
|
96b81fc489
|
pre-commit formatting changes
|
2018-12-06 15:19:50 -05:00 |
Emmanuelle Vargas-Gonzalez
|
01df0ccc57
|
Add new files for the test/v2X/stix2_data/ directory
|
2018-12-06 15:18:25 -05:00 |