Abandon the Fortify rule base, update prompt words, and optimize the data structure of the items to be audited

This commit is contained in:
2025-02-10 12:55:01 +08:00
parent c8bb6270a1
commit 5467f72bd7
10 changed files with 115 additions and 10954 deletions

View File

@@ -44,5 +44,5 @@ def update_config(key, value):
def audit_code(base_url, api_key, src_root, language, reasoning_model, embedding_model, process_output_callback,
result_output_callback, event):
audit = Audit(base_url, api_key, reasoning_model, embedding_model, process_output_callback, result_output_callback)
audit.load_source_files(src_root, language)
audit.build_directory_tree(src_root, language)
audit.audit(event)