Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
STIXProject
/
python-stix
Public
Notifications
You must be signed in to change notification settings
Fork
89
Star
251
Code
Issues
26
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-stix
stix
indicator
on
master
User selector
All users
All time
Commit history
Commits on Nov 24, 2021
docs: Fix a few typos
Show description for a29bd7f
timgates42
committed
a29bd7f
View commit details
Copy full SHA for a29bd7f
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
Passing list with single observable gets set. closes #325
emmanvg
committed
c732a2a
View commit details
Copy full SHA for c732a2a
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
Update copyright date to 2017.
gtback
committed
9331004
View commit details
Copy full SHA for 9331004
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Return single observable correctly. Fix #309
gtback
committed
f7f90a8
View commit details
Copy full SHA for f7f90a8
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Remove caching from STIX Entity classes
Show description for 2e10988
clenk
committed
2e10988
View commit details
Copy full SHA for 2e10988
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Fix Indicator.negate tests
clenk
committed
b6ef77d
View commit details
Copy full SHA for b6ef77d
View code at this point
Browse repository at this point
Fix Python 3 errors
clenk
committed
3797a08
View commit details
Copy full SHA for 3797a08
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Merge branch 'master' into next-release
clenk
committed
12f77f7
View commit details
Copy full SHA for 12f77f7
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
Initial Python 3 support
clenk
committed
18f1dbd
View commit details
Copy full SHA for 18f1dbd
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
Fix add_related_indicator
apsillers
committed
b4f7560
View commit details
Copy full SHA for b4f7560
View code at this point
Browse repository at this point
Behavior changes to Observable/Observables in Indicator.
emmanvg
committed
dc0a494
View commit details
Copy full SHA for dc0a494
View code at this point
Browse repository at this point
Fix various add_* methods
apsillers
committed
1119f4d
View commit details
Copy full SHA for 1119f4d
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Fix _RelatedCampaignRefList so you can add a CampaignRef to it
Show description for f740961
chisholm
committed
f740961
View commit details
Copy full SHA for f740961
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
Clean up underscore classes, comment blocks, VocabFields
apsillers
committed
4f2a2f6
View commit details
Copy full SHA for 4f2a2f6
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
Fix tests for test_add_related_indicator/observable TypeErrors
apsillers
committed
1279862
View commit details
Copy full SHA for 1279862
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
WIP TpyedField updates for TTP, ExploitTarget, and others
apsillers
committed
759094d
View commit details
Copy full SHA for 759094d
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Added back _RelatedCampaignRefList after it was lost in a merge. Other fixes to make the indicator unit tests pass.
Bryan Worrell
committed
f182fa1
View commit details
Copy full SHA for f182fa1
View code at this point
Browse repository at this point
Updated TestMechanisms to use new EntityList conventions (multiple field required).
Bryan Worrell
committed
b6ba9a8
View commit details
Copy full SHA for b6ba9a8
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Merged typedfield-entitylist branch into typedfields branch.
Bryan Worrell
committed
4dc4430
View commit details
Copy full SHA for 4dc4430
View code at this point
Browse repository at this point
Updated GenericTestMechanism to use TypedFields and updated TestMechanismFactory.
Bryan Worrell
committed
d71721f
View commit details
Copy full SHA for d71721f
View code at this point
Browse repository at this point
Updated YaraTestMechanism to call _BaseTestMechanism correctly. Still need to update to TypedFields.
Bryan Worrell
committed
eaa6c68
View commit details
Copy full SHA for eaa6c68
View code at this point
Browse repository at this point
WIP TestMechanism
apsillers
committed
0bde65d
View commit details
Copy full SHA for 0bde65d
View code at this point
Browse repository at this point
Updated GenericRelationshipList subclasses to align with mixbox EntityList requirements.
Bryan Worrell
committed
d881ec1
View commit details
Copy full SHA for d881ec1
View code at this point
Browse repository at this point
More EntityList updates across python-stix. TestMecanisms isn't updated yet. Need to test all of this.
Bryan Worrell
committed
053ef50
View commit details
Copy full SHA for 053ef50
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Add Typed Fields to Indicator composition and Sightings
apsillers
committed
f0370ac
View commit details
Copy full SHA for f0370ac
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
Change ValidTime to a mixbox Entity
apsillers
committed
f919aa1
View commit details
Copy full SHA for f919aa1
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Added IdentityFactory to stix.common.identity
Bryan Worrell
committed
a643e38
View commit details
Copy full SHA for a643e38
View code at this point
Browse repository at this point
More TypedFields updates. All data marking code is broken at the moment. Considering a EntityFactory class.
Bryan Worrell
committed
09f9832
View commit details
Copy full SHA for 09f9832
View code at this point
Browse repository at this point
Replaced all referecnes to AttributeField, ElementField, and StructuredTextListField with
Show description for 1e41008
Bryan Worrell
committed
1e41008
View commit details
Copy full SHA for 1e41008
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Added support to TypedFields to stix.common.kill_chains code. Other typedfield cleanup.
Bryan Worrell
committed
3017ae1
View commit details
Copy full SHA for 3017ae1
View code at this point
Browse repository at this point
Removed init_typed_fields() methods. Replaced functionality with TypedField lazy type resolution capabilities (passing a string python path into the type_ kwarg.)
Bryan Worrell
committed
5d712f7
View commit details
Copy full SHA for 5d712f7
View code at this point
Browse repository at this point
Commits on Sep 28, 2015
Moved Idfield and IdrefField to mixbox.
Bryan Worrell
committed
4bcf0a6
View commit details
Copy full SHA for 4bcf0a6
View code at this point
Browse repository at this point
Commits on Sep 24, 2015
Cleanup.
Bryan Worrell
committed
dfcd3cf
View commit details
Copy full SHA for dfcd3cf
View code at this point
Browse repository at this point
s/initClassFields/_init_typed_fields
Bryan Worrell
committed
da63914
View commit details
Copy full SHA for da63914
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Merged master into typedfields branch. A lot of stuff is broken still.
Bryan Worrell
committed
4c0dc76
View commit details
Copy full SHA for 4c0dc76
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.