You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
refactor: Replace VulnerabilityCategory Enum with Literal type
- Replaced class-based Enum with simpler Literal type alias
- Removed all `.value` accessor calls (no longer needed)
- Updated all category comparisons to use string literals directly
- Simplified codebase by eliminating unnecessary Enum complexity
This change reduces code complexity while maintaining type safety
through Literal types, following modern Python best practices.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments