Skip to content

Commit

Permalink
[Docs] no-danger: update broken link
Browse files Browse the repository at this point in the history
Before, the URL was broken and pointed to a 404 Not Found page.
Now, the URL has been corrected
  • Loading branch information
lucasrmendonca authored and ljharb committed Sep 9, 2024
1 parent 28a33dc commit bdc5791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
### Changed
* [Tests] add @typescript-eslint/parser v6 ([#3629][] @HenryBrown0)
* [Tests] add @typescript-eslint/parser v7 and v8 ([#3629][] @hampustagerud)
* [Docs] [`no-danger`]: update broken link ([#3817][] @lucasrmendonca)

[#3629]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3629
[#3817]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3817
[#3807]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3807

## [7.35.2] - 2024.09.03
Expand Down
4 changes: 2 additions & 2 deletions docs/rules/no-danger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<!-- end auto-generated rule header -->

Dangerous properties in React are those whose behavior is known to be a common source of application vulnerabilities. The properties names clearly indicate they are dangerous and should be avoided unless great care is taken.
Dangerous properties in React are those whose behavior is known to be a common source of application vulnerabilities. The properties' names clearly indicate they are dangerous and should be avoided unless great care is taken.

See <https://facebook.github.io/react/tips/dangerously-set-inner-html.html>
See <https://react.dev/reference/react-dom/components/common#dangerously-setting-the-inner-html>

## Rule Details

Expand Down

0 comments on commit bdc5791

Please sign in to comment.