Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Analyzer modules for codebase auditing.
|
||||
|
||||
Each analyzer implements an analyze(codebase_path, metadata) function
|
||||
that returns a list of findings.
|
||||
"""
|
||||
|
||||
__version__ = '1.0.0'
|
||||
Reference in New Issue
Block a user