We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23bd70 commit 7112674Copy full SHA for 7112674
1 file changed
.github/linters/bearer.yml
@@ -1,7 +1,7 @@
1
rule:
2
skip-rule:
3
- - python_lang_os_command_injection
4
- - python_lang_path_traversal
5
- - python_lang_path_using_user_input
6
- - python_lang_sql_injection
7
- - python_lang_weak_random
+ - "python_lang_os_command_injection"
+ - "python_lang_path_traversal"
+ - "python_lang_path_using_user_input"
+ - "python_lang_sql_injection"
+ - "python_lang_weak_random"
0 commit comments