cti-stix-visualization icon indicating copy to clipboard operation
cti-stix-visualization copied to clipboard

OASIS TC Open Repository: Lightweight visualization for STIX 2.0 objects and relationships

Results 12 cti-stix-visualization issues
Sort by recently updated
recently updated
newest added

Answer a commonly asked question about testing the tool locally in the README. Update to the latest version of require.js

Enable CodeQL Analysis of the Visualizer

Is there any plan for creating an independent library to seperate the js module from other parts? Or consider adding a package.json so user can install the project by using...

Addresses: #42 **Changes:** - I've moved the core of the logic out to `stix2viscore.js`. Retain `stix2vis` for compatibility with what you already have. - Adds a package.json - Adds linting...

We should add an option to adjust the gravity in the graph.

enhancement

In Firefox, when using `` the text labels for the relationships are placed at 0,0 on the canvas rather than on the arrow. This is because the xlink in the...

bug

Currently, the UI only detects and renders top level SDOs. Cyber Observables within Observed Data instances are not rendered as graph nodes, nor are their `*_refs` rendered as edges. Instead,...

If a Bundle contains a Report which `refers-to` most other objects in the bundle (like the current apt1.json file), the graph view is hard to read, since most objects arrange...

Right now if you try to use the library to re-visualize content (update the set of nodes and edges) you get a lot of duplicates. D3 supports this, it just...

multiple file upload