feat(02-01): create security assessment module
Some checks failed
Discord Webhook / git (push) Has been cancelled
Some checks failed
Discord Webhook / git (push) Has been cancelled
This commit is contained in:
5
src/security/__init__.py
Normal file
5
src/security/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Security assessment and code analysis module."""
|
||||
|
||||
from .assessor import SecurityAssessor, SecurityLevel
|
||||
|
||||
__all__ = ["SecurityAssessor", "SecurityLevel"]
|
||||
Reference in New Issue
Block a user