stixview
stixview copied to clipboard
STIX2 graph visualisation library in JS
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Currently ATT&CK objects that don't use custom STIX objects -- e.g. `attack-pattern` (techniques/sub-techniquies), `tool` (software), `malware` (software), `campaign` (campaign), `intrusion-set` (group) -- show with a standard icon for the STIX...
STIX 2.2 is pushing move towards increased use of extension definitions to add new objects or add new properties to existing objects. e.g. ```json { "type": "attack-action", "spec_version": "2.1", "id":...
Inside objects we have top level references, e.g. `object_marking_refs` (aka embedded relationships) There currently render as edges on the graph. However, it is possible that nested `ref` or `refs` exist....