Skip to content

Commit

Permalink
Merge pull request #82 from /issues/81
Browse files Browse the repository at this point in the history
Updating MITRE ATT&CK Version to 16.1
  • Loading branch information
cccs-rs authored Feb 27, 2025
2 parents 36457f0 + 064eab7 commit 8f3edf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yara_validator/validator_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def __init__(self) -> None:

os.makedirs(MITRE_STIX_DATA_PATH)
Repo.clone_from('https://github.com/mitre/cti.git', to_path=MITRE_STIX_DATA_PATH, depth=1,
branch="ATT&CK-v15.1")
branch="ATT&CK-v16.1")

# Make all subdirectories query-able
self.fs_list = [FileSystemSource(os.path.join(MITRE_STIX_DATA_PATH, d))
Expand Down

0 comments on commit 8f3edf6

Please sign in to comment.