fix(1.2): relocate ATT&CK bundle to decnet/data/, bump 19.0 -> 19.1
Bundle pointer moved from repo root to decnet/data/ (with LICENSE.txt), gitignored + fetched on demand (51MB, MITRE-licensed). Version pin bumped 19.0->19.1 with the new sha256; license unchanged. All _REPO_BUNDLE test constants repointed. Fixes test-web failures after the repo-root bundle was deleted.
This commit is contained in:
7
decnet/data/.gitignore
vendored
Normal file
7
decnet/data/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# MITRE ATT&CK STIX bundle + license live here but are NOT committed:
|
||||
# ~51MB and MITRE-licensed (fetched on demand, hash-pinned in attack_version.py).
|
||||
#
|
||||
# Populate locally / in CI with:
|
||||
# DECNET_ATTACK_CACHE_DIR=decnet/data python -m decnet.ttp.attack_stix fetch
|
||||
/enterprise-attack-*.json
|
||||
/LICENSE.txt
|
||||
Reference in New Issue
Block a user