Skip to content

use atomic UUIDs instead of md5 hash#579

Open
leba-atr wants to merge 1 commit intomitre:masterfrom
leba-atr:use-atomic-uuids
Open

use atomic UUIDs instead of md5 hash#579
leba-atr wants to merge 1 commit intomitre:masterfrom
leba-atr:use-atomic-uuids

Conversation

@leba-atr
Copy link

@leba-atr leba-atr commented Mar 6, 2025

Description

Replace hashes of Atomic tests with their auto-generated unique UUID (see mitre/atomic#45).

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Debug messages that certain abilities cannot be found are gone from the log.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR replaces MD5 hash identifiers with UUID identifiers for Atomic tests in the defense evasion adversary configuration file. The change addresses an issue where certain abilities couldn't be found due to hash-based identification, switching to auto-generated unique UUIDs as referenced in mitre/atomic#45.

  • Updated 33 test identifiers from MD5 hashes to UUIDs
  • Maintained the same test descriptions and ordering
  • Fixed ability lookup issues that were causing debug messages

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@deacon-mp deacon-mp requested review from rcamurphy and uruwhy October 6, 2025 22:47
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.

1 participant