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

Load data via STIX 2.1 Collection Index #629

Merged
merged 47 commits into from
Apr 25, 2024
Merged

Conversation

clemiller
Copy link
Contributor

@clemiller clemiller commented Apr 9, 2024

Summary of changes:

  • Updated Navigator to load data via the STIX 2.1 Collection Index
    • The URL to the collection index is specified by the collection_index_url property in config.json
    • Removed the hardcoded list of ATT&CK versions from the versions property in config.json
    • Continues support for the versions property for loading custom versions of the dataset, integration with the ATT&CK Workbench, loading content from a TAXII server, and for offline hosting. This property is now disabled by default and provides an example setup for a custom dataset.
  • Added support for loading content from a TAXII 2.1 server. Support for TAXII 2.0 is continued.
  • Improved error handling when there is an issue loading the configuration file. Navigator will now show an alert to inform the user of errors, rather than failing silently.
  • Updated the README and the CHANGELOG

Resolves #607, #277, and #398

Supersedes #586

@clemiller clemiller requested a review from erinehall April 9, 2024 15:12
Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
2.8% Duplication on New Code

See analysis details on SonarCloud

@clemiller clemiller marked this pull request as ready for review April 25, 2024 18:35
Copy link
Contributor

@erinehall erinehall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@clemiller clemiller merged commit b25f8e0 into develop Apr 25, 2024
2 checks passed
@clemiller clemiller deleted the load-from-collection-index branch April 25, 2024 19:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants