We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239029b + a320629 commit bd46330Copy full SHA for bd46330
1 file changed
rules/security/authorization.yml
@@ -15,6 +15,9 @@ rules:
15
patterns:
16
- pattern-either:
17
- pattern: frappe.set_user(...)
18
+ paths:
19
+ exclude:
20
+ - "**/test_*.py"
21
message: |
22
Detected the use of functions that can be dangerous if used incorrectly.
23
This code should be manually audited by security team.
0 commit comments