- Add user configuration retrieval with LLM API key decryption in prompt testing endpoint - Support output language parameter in prompt template testing - Integrate rule sets and prompt templates into ZIP file scanning process - Add rule_set_id and prompt_template_id parameters to ScanRequest model - Implement analyze_code_with_rules method for custom rule-based code analysis - Add prompt_template_id support to instant analysis endpoint - Update scan configuration to include rule set and prompt template selection - Enhance error handling and logging in prompt testing with traceback output - Extend InstantAnalysisRequest with optional prompt template ID parameter - Add test code samples utility for prompt template validation |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| config.py | ||
| database.py | ||
| members.py | ||
| projects.py | ||
| prompts.py | ||
| rules.py | ||
| scan.py | ||
| tasks.py | ||
| users.py | ||