Skip to content

Commit d455b98

Browse files
Copilothyp3ri0n-ng
andcommitted
Fix final YAML syntax error in Bandit configuration
- Separate B702 and B703 into individual list items - Remove incorrect hyphen between B702-B703 - Ensure proper YAML list syntax Co-authored-by: hyp3ri0n-ng <3106718+hyp3ri0n-ng@users.noreply.github.com>
1 parent ed89172 commit d455b98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SECURITY_SETUP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ tests:
180180
- B611 # Django rawsql
181181
- B612 # Logging config dictConfig
182182
- B701 # Jinja2 autoescape
183-
- B702 - B703 # Mako templates
183+
- B702 # Mako templates
184+
- B703 # Django mark safe
184185
```
185186

186187
### 5. pip-audit (Python Package Auditing)

0 commit comments

Comments
 (0)