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
@@ -124,7 +124,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
124
124
|[assertions-in-tests](https://sonarsource.github.io/rspec/#/rspec/S2699/javascript)| Tests should include assertions | ✅ ||| 💭 ||
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
-
|[aws-ec2-unencrypted-ebs-volume](https://sonarsource.github.io/rspec/#/rspec/S6275/javascript)|Using unencrypted EBS volumes is security-sensitive| ✅ |||||
127
+
|[aws-ec2-unencrypted-ebs-volume](https://sonarsource.github.io/rspec/#/rspec/S6275/javascript)| EBS volumes should be encrypted | ✅ |||||
128
128
|[aws-efs-unencrypted](https://sonarsource.github.io/rspec/#/rspec/S6332/javascript)| Using unencrypted EFS file systems is security-sensitive | ✅ |||||
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 ||||||
@@ -380,7 +380,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
380
380
|[void-use](https://sonarsource.github.io/rspec/#/rspec/S3735/javascript)| "void" should not be used | ✅ ||| 💭 ||
381
381
|[weak-ssl](https://sonarsource.github.io/rspec/#/rspec/S4423/javascript)| Weak SSL/TLS protocols should not be used | ✅ |||||
382
382
|[web-sql-database](https://sonarsource.github.io/rspec/#/rspec/S2817/javascript)| Web SQL databases should not be used |||| 💭 | ❌ |
383
-
|[x-powered-by](https://sonarsource.github.io/rspec/#/rspec/S5689/javascript)|Disclosing fingerprints from web application technologies is security-sensitive| ✅ |||||
383
+
|[x-powered-by](https://sonarsource.github.io/rspec/#/rspec/S5689/javascript)|Web application technologies should not disclose version information | ✅ |||||
384
384
|[xml-parser-xxe](https://sonarsource.github.io/rspec/#/rspec/S2755/javascript)| XML parsers should not be vulnerable to XXE attacks | ✅ |||||
385
385
|[xpath](https://sonarsource.github.io/rspec/#/rspec/S4817/javascript)| Executing XPath expressions is security-sensitive ||||| ❌ |
0 commit comments