You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/analysis/src/jsts/rules/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
125
125
|[aws-apigateway-public-api](https://sonarsource.github.io/rspec/#/rspec/S6333/javascript)| Creating public APIs is security-sensitive | ✅ |||||
126
126
|[aws-ec2-rds-dms-public](https://sonarsource.github.io/rspec/#/rspec/S6329/javascript)| Allowing public network access to cloud resources is security-sensitive | ✅ |||||
127
127
|[aws-ec2-unencrypted-ebs-volume](https://sonarsource.github.io/rspec/#/rspec/S6275/javascript)| EBS volumes should be encrypted | ✅ |||||
128
-
|[aws-efs-unencrypted](https://sonarsource.github.io/rspec/#/rspec/S6332/javascript)|Using unencrypted EFS file systems is security-sensitive| ✅ |||||
128
+
|[aws-efs-unencrypted](https://sonarsource.github.io/rspec/#/rspec/S6332/javascript)|Amazon EFS file systems should be encrypted | ✅ |||||
129
129
|[aws-iam-all-privileges](https://sonarsource.github.io/rspec/#/rspec/S6302/javascript)| Policies should not grant all privileges | ✅ |||||
130
130
|[aws-iam-all-resources-accessible](https://sonarsource.github.io/rspec/#/rspec/S6304/javascript)| Policies granting access to all resources of an account are security-sensitive ||||||
131
131
|[aws-iam-privilege-escalation](https://sonarsource.github.io/rspec/#/rspec/S6317/javascript)| AWS IAM policies should limit the scope of permissions given | ✅ |||||
@@ -328,7 +328,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
328
328
|[null-dereference](https://sonarsource.github.io/rspec/#/rspec/S2259/javascript)| Properties of variables with "null" or "undefined" values should not be accessed | ✅ ||| 💭 ||
329
329
|[object-alt-content](https://sonarsource.github.io/rspec/#/rspec/S5264/javascript)| "<object>" tags should provide an alternative content | ✅ |||||
330
330
|[operation-returning-nan](https://sonarsource.github.io/rspec/#/rspec/S3757/javascript)| Arithmetic operations should not result in "NaN" |||| 💭 ||
331
-
|[os-command](https://sonarsource.github.io/rspec/#/rspec/S4721/javascript)|Using shell interpreter when executing OS commands is security-sensitive| ✅ |||||
331
+
|[os-command](https://sonarsource.github.io/rspec/#/rspec/S4721/javascript)|OS commands should not be executed using a shell interpreter ||||| ❌|
332
332
|[post-message](https://sonarsource.github.io/rspec/#/rspec/S2819/javascript)| Origins should be verified during cross-origin communications | ✅ ||| 💭 ||
333
333
|[prefer-default-last](https://sonarsource.github.io/rspec/#/rspec/S4524/javascript)| "default" clauses should be last | ✅ |||||
334
334
|[prefer-immediate-return](https://sonarsource.github.io/rspec/#/rspec/S1488/javascript)| Local variables should not be declared and then immediately returned or thrown || 🔧 || 💭 ||
0 commit comments