Skip to content

Commit 8edf95d

Browse files
Update rules README for PR #6836 (#6839)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cb2746f commit 8edf95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/analysis/src/jsts/rules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ If you have any questions, encounter any bugs, or have feature requests, please
169169
| [destructuring-assignment-syntax](https://sonarsource.github.io/rspec/#/rspec/S3514/javascript) | Destructuring syntax should be used for assignments | | | | | |
170170
| [different-types-comparison](https://sonarsource.github.io/rspec/#/rspec/S3403/javascript) | Strict equality operators should not be used with dissimilar types || | 💡 | 💭 | |
171171
| [disabled-auto-escaping](https://sonarsource.github.io/rspec/#/rspec/S5247/javascript) | Disabling auto-escaping in template engines is security-sensitive || | | 💭 | |
172-
| [disabled-resource-integrity](https://sonarsource.github.io/rspec/#/rspec/S5725/javascript) | Using remote artifacts without integrity checks is security-sensitive || | | 💭 | |
172+
| [disabled-resource-integrity](https://sonarsource.github.io/rspec/#/rspec/S5725/javascript) | Remote artifacts should not be used without integrity checks || | | 💭 | |
173173
| [disabled-timeout](https://sonarsource.github.io/rspec/#/rspec/S6080/javascript) | Disabling Mocha timeouts should be explicit || | | | |
174174
| [dns-prefetching](https://sonarsource.github.io/rspec/#/rspec/S5743/javascript) | Allowing browsers to perform DNS prefetching is security-sensitive | | | | ||
175175
| [dompurify-unsafe-config](https://sonarsource.github.io/rspec/#/rspec/S8479/javascript) | DOMPurify configuration should not be bypassable || | | | |

0 commit comments

Comments
 (0)