Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security] Fix verify_label_key (mlrun#7210)
Jira - https://iguazio.atlassian.net/browse/ML-9160 To fix the problem, we should parse the key properly and ensure that the check for reserved prefixes is done accurately. Instead of using string operations, we can split the key and check the prefix part explicitly. This will ensure that the reserved prefixes are correctly identified and handled.
- Loading branch information