File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/en/security/code_security/static_analysis/static_analysis_rules Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ aliases:
9
9
is_beta : false
10
10
type : static-analysis
11
11
rulesets :
12
+ apex-code-style :
13
+ title : " Rules to enforce Apex code style and best practices."
14
+ description : |
15
+ Code Security rules to write Apex rules that follows established coding standards.
16
+ apex-security :
17
+ title : " Security rules for Apex"
18
+ description : |
19
+ Rules focused on finding security issues in your Apex code.
12
20
csharp-best-practices :
13
21
title : " Best Practices for C#"
14
22
description : |
@@ -181,6 +189,14 @@ rulesets:
181
189
title : " Security rules for Ruby"
182
190
description : |
183
191
Rules focused on finding security issues in your Ruby code.
192
+ swift-code-style :
193
+ title : " Rules to enforce Swift code style and best practices."
194
+ description : |
195
+ Code Security rules to write Swift rules that follows established coding standards.
196
+ swift-security :
197
+ title : " Security rules for Swift"
198
+ description : |
199
+ Rules focused on finding security issues in your Swift code.
184
200
terraform-aws :
185
201
title : " Terraform AWS"
186
202
description : |
You can’t perform that action at this time.
0 commit comments