Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider making core construct containers keyable #136

Open
bworrell opened this issue May 20, 2014 · 1 comment
Open

Consider making core construct containers keyable #136

bworrell opened this issue May 20, 2014 · 1 comment

Comments

@bworrell
Copy link
Contributor

For consideration:

Have top-level containers like ttps, indicators, incidents. etc., keyable, so that we can interact with them like dictionaries. This may make use of relationships a bit easier.

So we could do something like this:

ttp_idref = related_ttp.idref
ttp_definition = stix_package.ttps[ttp_idref]
@gtback
Copy link
Contributor

gtback commented May 22, 2014

I like it! It might take a bit of Python magic, but that's never stopped me/us before!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants