Description
In KubeArmor/core/unorchestratedUpdates.go, there is a developer comment // TODO: regex based matching.
However, looking at the code immediately following this comment, the regex matching logic using regexp.CompilePOSIX() is already fully implemented.
This issue tracks the removal of the obsolete TODO comment to clean up technical debt in the codebase.
Description
In
KubeArmor/core/unorchestratedUpdates.go, there is a developer comment// TODO: regex based matching.However, looking at the code immediately following this comment, the regex matching logic using
regexp.CompilePOSIX()is already fully implemented.This issue tracks the removal of the obsolete
TODOcomment to clean up technical debt in the codebase.