8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
---
|
|
description: Enforces security best practices for Python code, including requiring HTTPS, input sanitization, and using environment variables.
|
|
globs: **/*.py
|
|
---
|
|
- Require HTTPS for secure connections.
|
|
- Sanitize all inputs.
|
|
- Validate all inputs.
|
|
- Use environment variables for sensitive configuration. |