feat(frameworks): add EU AI Act and MITRE ATLAS framework constants#3703
Open
Ankit-Uniyal wants to merge 1 commit intoverifywise-ai:developfrom
Open
feat(frameworks): add EU AI Act and MITRE ATLAS framework constants#3703Ankit-Uniyal wants to merge 1 commit intoverifywise-ai:developfrom
Ankit-Uniyal wants to merge 1 commit intoverifywise-ai:developfrom
Conversation
Extends the framework constants to include two additional AI governance frameworks that are increasingly adopted globally: - EU AI Act (Regulation 2024/1689): European Union's landmark AI regulation with risk-based approach and mandatory compliance for high-risk AI systems - MITRE ATLAS: Adversarial Threat Landscape for Artificial-Intelligence Systems framework for AI/ML security Added: - FRAMEWORK_IDS.EU_AI_ACT (5) and FRAMEWORK_IDS.MITRE_ATLAS (6) - FRAMEWORK_NAMES for both frameworks - FRAMEWORK_DETECTION patterns for name-based detection - getFrameworkType() now returns EU_AI_ACT and MITRE_ATLAS types - isEUAIAct() and isMITREATLAS() helper functions These are critical frameworks for AI governance compliance in the EU and global enterprise environments.
MuhammadKhalilzadeh
approved these changes
Apr 12, 2026
Collaborator
MuhammadKhalilzadeh
left a comment
There was a problem hiding this comment.
Thank you so much @di3n0
Your code seems nothing wrong and looks good. Only that since it's on your repository, We're not able to run directly.
I'll also wait for my teammate @Br0wnHammer to check (Download your code and test) as well
Thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends the framework constants to include two additional AI governance frameworks that are increasingly adopted globally:
Added:
These are critical frameworks for AI governance compliance in the EU and global enterprise environments.
Describe your changes
Provide a concise description of the changes made and their intended purpose.
Write your issue number after "Fixes "
Enter the corresponding issue number after "Fixes #"
Please ensure all items are checked off before requesting a review: