This website requires JavaScript.
a36922990f
removing list comps
=
2017-10-06 11:20:18 -0400
205013000d
removing debug line
=
2017-10-06 11:00:39 -0400
a26e9b589f
FileSystem tests, and test directory of sample stix2 data
=
2017-10-06 10:56:24 -0400
24bc282d7e
Update required properties, indicator label and tests. closes #68
Emmanuelle Vargas-Gonzalez
2017-10-06 10:29:30 -0400
4d819820e5
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
Emmanuelle Vargas-Gonzalez
2017-10-06 10:07:26 -0400
9ea4344ca7
Make MarkingsMixin private
Chris Lenk
2017-10-05 20:50:54 -0400
8b702c6985
Minor API docs improvements
Chris Lenk
2017-10-05 20:44:58 -0400
9c7f49688f
Improve consistency across guide docs
Chris Lenk
2017-10-05 20:21:11 -0400
58f39f80af
Merge pull request #63 from oasis-open/fix-timestamp_constant
Greg Back
2017-10-05 23:03:03 +0100
1414035e8d
Isolate TimestampConstant in test.
Greg Back
2017-10-05 21:54:58 +0000
f3431c97da
nested summaries for sources
Greg Back
2017-10-05 18:45:31 +0000
0dc3226048
added test for Timestamp_Constant
Richard Piazza
2017-10-05 13:43:56 -0400
ec34aa952f
Merge branch 'documentation' of https://github.com/oasis-open/cti-python-stix2 into documentation
=
2017-10-04 15:59:04 -0400
f7c17d0c07
some progress on CompositeDS guide, but includes some bug fixes in the DataSource API
=
2017-10-04 15:57:38 -0400
1c9a16ea77
Update markings docs with latest update
Chris Lenk
2017-10-04 11:05:33 -0400
233ee7924e
Merge branch 'master' into documentation
Chris Lenk
2017-10-04 10:38:40 -0400
ebd28aca9d
Merge branch 'master' of https://github.com/oasis-open/cti-python-stix2
Richard Piazza
2017-10-04 10:27:18 -0400
3891595250
Use t prefix for timestamp constant
Richard Piazza
2017-10-04 10:27:06 -0400
4990b7edb2
Merge pull request #60 from oasis-open/easier-markings
Greg Back
2017-10-04 14:58:01 +0100
5789fbce20
filesystem list comps
=
2017-10-04 09:47:18 -0400
6ccea9bb2e
Default to Py3 kernel in Jupyter notebooks
Chris Lenk
2017-10-04 09:08:53 -0400
616ec6bbeb
frivalous list comprehensions converted to list()
=
2017-10-03 16:20:03 -0400
3ca8cf820e
Add STIXDomainObject and STIXRelationshipObject
Chris Lenk
2017-10-03 15:01:55 -0400
4c4d61b072
Merge branch 'master' of github.com:oasis-open/cti-python-stix2
Emmanuelle Vargas-Gonzalez
2017-10-03 13:23:15 -0400
2bdf83401a
Add a shortcut for marking functions
Chris Lenk
2017-10-03 10:28:58 -0400
a0c0e957ff
CompositeDataSource guide - still incomplete as need to test execution
=
2017-10-02 17:33:03 -0400
3b9e52ce19
parsing taxii filters not needed when retrieving by id
=
2017-10-02 16:43:08 -0400
2321e8d54e
taxii guide doc
=
2017-10-02 16:36:30 -0400
58db629de8
Add markings functions to top level namespace
Chris Lenk
2017-10-02 16:09:38 -0400
3a7ecd3d73
Use RST link syntax, not markdown
Chris Lenk
2017-10-02 15:55:05 -0400
f943e55abe
Fix typo in README
Chris Lenk
2017-10-02 15:14:58 -0400
33bf4fc8e3
Simplify README with link to ReadTheDocs
Chris Lenk
2017-10-02 13:22:07 -0400
035f1a6c73
Support MarkingDefinition objs, not just ID strs
Chris Lenk
2017-10-02 12:28:47 -0400
d737670210
Touch up enrivonment guide docs
Chris Lenk
2017-10-02 09:24:21 -0400
fea2499ae2
forgot to pull doc branch down first, after having merged master into doc branch locally (to get access to DataStore/Filter code
=
2017-09-29 16:03:48 -0400
6bfa516604
update to guide to match Filter code changes
=
2017-09-29 15:54:56 -0400
4af665bf81
merge conflicts
=
2017-09-29 15:47:39 -0400
9e21a69c7f
Merge branch 'master' into documentation
Greg Back
2017-09-29 19:14:11 +0000
815d0e2794
updating docs
=
2017-09-29 15:04:00 -0400
e2151659d7
Merge pull request #57 from oasis-open/bug_fixes
Greg Back
2017-09-29 19:57:42 +0100
b31b4f29f8
Handle inconsistent error messages between Python 2 and Python 3.
Greg Back
2017-09-29 18:45:15 +0000
ffa2242878
code changes brought about by discussion of pull request of 'bug_fixes' branch
=
2017-09-29 11:24:19 -0400
0b24dcb373
Add JSON syntax highlighting to docs' output cells
Chris Lenk
2017-09-26 14:39:32 -0400
ac97eb8bdc
Add Environment documentation (Jupyter)
Chris Lenk
2017-09-25 16:39:58 -0400
54e917110e
Merge branch 'documentation' of https://github.com/oasis-open/cti-python-stix2 into documentation
=
2017-09-24 18:15:53 -0400
e2a7b89975
guide docs for DataStore/Source/Sink, Memory, FileSystem, TAXIICollection
=
2017-09-24 18:14:15 -0400
4450eb545b
mistakenly tweaked output
=
2017-09-24 15:30:35 -0400
b6d1bb26de
Improve utils docs, rename subpackage docs folders
Chris Lenk
2017-09-22 14:54:21 -0400
55943847fa
updated corresponding tests that would have broke
=
2017-09-22 11:49:54 -0400
94df10bf8d
docstrings redone; code changes for adding/returning STIX objects to FileSystem, Memory, TAXII; code changes for query sets and filters
=
2017-09-22 11:29:17 -0400
eac1ce94de
Improve docstrings for Sphinx output
Chris Lenk
2017-09-22 11:03:25 -0400
c0fd740e0a
Improve autodoc output
Chris Lenk
2017-09-22 10:01:00 -0400
d7efd1f752
Set up Sphinx autodoc
Chris Lenk
2017-09-21 17:27:13 -0400
a4819611e0
Update isort config.
Greg Back
2017-09-21 16:01:46 +0000
5cb06e684c
Update pre-commit config
Greg Back
2017-09-21 15:19:13 +0000
d54ac6e231
Add docs (Jupyter) for custom content
Chris Lenk
2017-09-21 09:34:02 -0400
21d978acc8
Fix errors when instantiating custom classes
Chris Lenk
2017-09-20 17:13:51 -0400
10c005637e
Minor changes to README.
Emmanuelle Vargas-Gonzalez
2017-09-21 08:28:31 -0400
c3a1c3dc3a
Include IPython notebooks in Sphinx docs
Chris Lenk
2017-09-18 13:29:14 -0400
b9a4580a2e
Add Data Markings documentation (Jupyter)
Chris Lenk
2017-09-15 13:14:54 -0400
efe6912890
Add documentation as Jupyter notebooks
Chris Lenk
2017-09-15 09:53:00 -0400
463d1e6b28
Merge pull request #52 from oasis-open/environment
Greg Back
2017-09-12 13:59:08 +0000
f070a4358e
Merge pull request #54 from emmanvg/master
Greg Back
2017-09-11 16:40:12 +0000
ec168e7bd0
Update README
Emmanuelle Vargas-Gonzalez
2017-09-11 10:35:28 -0400
04450112bf
Small change to tox.ini
Emmanuelle Vargas-Gonzalez
2017-09-11 10:28:46 -0400
87547c92f1
Merge pull request #50 from oasis-open/timestamp-constant
Greg Back
2017-09-11 13:12:19 +0000
f00dcb682a
Fix imports
Greg Back
2017-09-11 13:00:40 +0000
774acb23ea
Remove extra newline
Greg Back
2017-09-11 11:56:23 +0000
190b639126
Fix memory datastore to pass tests
Chris Lenk
2017-09-08 12:49:08 -0400
be07c32500
Add parse() to Environment layer
Chris Lenk
2017-09-08 12:39:36 -0400
f60331fb77
Improve docstrings for Environment layer
Chris Lenk
2017-09-08 11:15:10 -0400
4dfb5d2365
Test Environment layer
Chris Lenk
2017-09-08 09:01:12 -0400
ceb88f176e
added TimestampConstant
Richard Piazza
2017-09-07 10:35:31 -0400
95cac595da
merge in latest
Richard Piazza
2017-09-07 10:18:02 -0400
598f38921f
Start Environment layer
Chris Lenk
2017-09-06 16:20:16 -0400
adac43708b
Merge pull request #46 from oasis-open/markings
Greg Back
2017-09-05 19:08:45 +0000
c4f459752a
Merge pull request #49 from emmanvg/datastores
Greg Back
2017-09-05 16:27:43 +0000
42962e6675
Improve markings tests
Chris Lenk
2017-09-01 16:37:49 -0400
cc66e1a492
Make markings function signatures consistent
Chris Lenk
2017-09-01 10:50:01 -0400
6f36ea8488
Merge remote-tracking branch 'oasis/master' into datastores
Emmanuelle Vargas-Gonzalez
2017-09-01 10:13:57 -0400
13f2810b25
Remove name positional argument, clean memory.py redundant codeother minor changes. Increase coverage.
Emmanuelle Vargas-Gonzalez
2017-09-01 08:15:50 -0400
124da846c3
Merge branch 'master' into markings
Greg Back
2017-08-31 20:36:59 +0000
da649d80ac
Merge pull request #36 from oasis-open/datastores
Greg Back
2017-08-31 20:15:49 +0000
b1054e780a
Merge remote-tracking branch 'origin/master' into datastores
Greg Back
2017-08-31 19:52:48 +0000
458b32d124
Merge pull request #48 from oasis-open/filter
Greg Back
2017-08-31 18:39:39 +0000
ba846f9501
Clean up some tests.
Greg Back
2017-08-31 18:23:08 +0000
7b46283a5c
Build filter function map
Greg Back
2017-08-31 18:03:12 +0000
71d42b0e51
Merge remote-tracking branch 'origin/datastores' into filter
Greg Back
2017-08-31 17:18:20 +0000
9d45a3dca2
Keep MALWARE_KWARGS to a minimal set
Chris Lenk
2017-08-31 12:51:13 -0400
15287959a4
Modify versioning API to work on dictionaries
Chris Lenk
2017-08-31 12:28:07 -0400
7bc6a60388
Merge pull request #47 from oasis-open/custom
Chris Lenk
2017-08-30 16:26:04 -0400
8a33cb7716
Touch up ObjectReferenceProperty checks
clenk
2017-08-30 16:15:05 -0400
0e658255a8
Move check to when custom observable is defined
clenk
2017-08-30 15:33:28 -0400
22c749d0df
filter changes
=
2017-08-30 11:18:11 -0400
8ca2c3390b
Minor changes to DataSource.apply_common_filters(). Improve overall code coverage.
Emmanuelle Vargas-Gonzalez
2017-08-29 15:15:32 -0400
b1ac24d46e
Minor changes.
Emmanuelle Vargas-Gonzalez
2017-08-29 15:08:26 -0400
415c53066f
Code coverage changes, fix some tests. Add stix2-validator dependency.
Emmanuelle Vargas-Gonzalez
2017-08-28 15:19:55 -0400
aea076103c
Update tests to improve coverage.
Emmanuelle Vargas-Gonzalez
2017-08-28 14:33:12 -0400
160d69b03d
Changes to datastores.
Emmanuelle Vargas-Gonzalez
2017-08-28 14:32:51 -0400
07bbe23a98
Add some tests for custom objects.
Emmanuelle Vargas-Gonzalez
2017-08-28 14:32:05 -0400