Expand description
Security-related patterns for vulnerability detection
Includes patterns for dangerous functions, hardcoded secrets, and security best practices.
Structs§
- Secret
Match - A match for a potential secret pattern
- Security
Issues - Security issues found in code
Constants§
- DANGEROUS_
FUNCTION_ KEYS - Pattern keys for dangerous functions
- HARDCODED_
SECRET_ KEYS - Pattern keys for hardcoded secrets
- HTTP_
URL_ KEYS - Pattern keys for HTTP detection (insecure = http_url - localhost_http)
Statics§
- SECURITY_
PATTERNS - Pre-built security pattern registry
Functions§
- find_
security_ issues - Find all security issues in text