Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix navigator layers' min/max values #5

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Conversation

mehaase
Copy link
Contributor

@mehaase mehaase commented Mar 13, 2024

Fix navigator layers that have minValue==maxValue (fixes #4)

As noted by @IanDavila, this violates the navigator layer specification.
We have several layers where min==1 and max==1. I updated all of those
to have min==0 and max==1.

mehaase added 2 commits March 13, 2024 11:51
As noted by @IanDavila, this violates the navigator layer specification.
We have several layers where min==1 and max==1. I updated all of those
to have min==0 and max==1.
@mehaase mehaase merged commit fe546cc into main Mar 13, 2024
2 checks passed
@mehaase mehaase deleted the 4-min-max-value-navigator branch March 13, 2024 16:43
professorkilo pushed a commit to professorkilo/insider-threat-ttp-kb that referenced this pull request Mar 13, 2024
…or-threat-informed-defense/InT-kb-rtd

InT Knowledge Base RTD Feature Adds
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.

Enforcing maxValue > minValue ATT&CK Navigator specification
1 participant