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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
138
138
|[aws-s3-bucket-public-access](https://sonarsource.github.io/rspec/#/rspec/S6281/javascript)| Allowing public ACLs or policies on a S3 bucket is security-sensitive | ✅ |||||
139
139
|[aws-s3-bucket-server-encryption](https://sonarsource.github.io/rspec/#/rspec/S6245/javascript)| Disabling server-side encryption of S3 buckets is security-sensitive ||||| ❌ |
140
140
|[aws-s3-bucket-versioning](https://sonarsource.github.io/rspec/#/rspec/S6252/javascript)| Disabling versioning of S3 buckets is security-sensitive | ✅ |||||
141
-
|[aws-sagemaker-unencrypted-notebook](https://sonarsource.github.io/rspec/#/rspec/S6319/javascript)|Using unencrypted SageMaker notebook instances is security-sensitive| ✅ |||||
141
+
|[aws-sagemaker-unencrypted-notebook](https://sonarsource.github.io/rspec/#/rspec/S6319/javascript)| SageMaker notebook instances should be encrypted at rest | ✅ |||||
142
142
|[aws-sns-unencrypted-topics](https://sonarsource.github.io/rspec/#/rspec/S6327/javascript)| Using unencrypted SNS topics is security-sensitive | ✅ |||||
143
143
|[aws-sqs-unencrypted-queue](https://sonarsource.github.io/rspec/#/rspec/S6330/javascript)| SQS queues should be encrypted | ✅ |||||
144
144
|[bitwise-operators](https://sonarsource.github.io/rspec/#/rspec/S1529/javascript)| Bitwise operators should not be used in boolean contexts | ✅ ||| 💭 ||
@@ -290,7 +290,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
290
290
|[no-redundant-optional](https://sonarsource.github.io/rspec/#/rspec/S4782/javascript)| Optional property declarations should not use both '?' and 'undefined' syntax | ✅ || 💡 | 💭 ||
291
291
|[no-redundant-parentheses](https://sonarsource.github.io/rspec/#/rspec/S1110/javascript)| Redundant pairs of parentheses should be removed ||| 💡 || ❌ |
292
292
|[no-reference-error](https://sonarsource.github.io/rspec/#/rspec/S3827/javascript)| Variables should be defined before being used ||||||
293
-
|[no-referrer-policy](https://sonarsource.github.io/rspec/#/rspec/S5736/javascript)|Disabling strict HTTP no-referrer policy is security-sensitive| ✅ |||||
293
+
|[no-referrer-policy](https://sonarsource.github.io/rspec/#/rspec/S5736/javascript)| HTTP Referrer-Policy should not be set to an unsafe value | ✅ |||||
294
294
|[no-regex-spaces](https://sonarsource.github.io/rspec/#/rspec/S6326/javascript)| Regular expressions should not contain multiple spaces | ✅ || 💡 | 💭 ||
295
295
|[no-require-or-define](https://sonarsource.github.io/rspec/#/rspec/S3533/javascript)| "import" should be used to include external code |||| 💭 ||
296
296
|[no-return-type-any](https://sonarsource.github.io/rspec/#/rspec/S4324/javascript)| Primitive return types should be used |||| 💭 ||
@@ -359,7 +359,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
359
359
|[stable-tests](https://sonarsource.github.io/rspec/#/rspec/S5973/javascript)| Tests should be stable | ✅ |||||
360
360
|[standard-input](https://sonarsource.github.io/rspec/#/rspec/S4829/javascript)| Reading the Standard Input is security-sensitive ||||| ❌ |
361
361
|[stateful-regex](https://sonarsource.github.io/rspec/#/rspec/S6351/javascript)| Regular expressions with the global flag should be used with caution | ✅ |||||
362
-
|[strict-transport-security](https://sonarsource.github.io/rspec/#/rspec/S5739/javascript)|Disabling Strict-Transport-Security policy is security-sensitive| ✅ |||||
362
+
|[strict-transport-security](https://sonarsource.github.io/rspec/#/rspec/S5739/javascript)|HTTP Strict-Transport-Security policy should not be disabled | ✅ |||||
363
363
|[strings-comparison](https://sonarsource.github.io/rspec/#/rspec/S3003/javascript)| Comparison operators should not be used with strings |||| 💭 ||
364
364
|[table-header](https://sonarsource.github.io/rspec/#/rspec/S5256/javascript)| Tables should have headers | ✅ |||||
365
365
|[table-header-reference](https://sonarsource.github.io/rspec/#/rspec/S5260/javascript)| Table cells should reference their headers | ✅ |||||
0 commit comments