Skip to content

Commit

Permalink
Merge pull request #3037 from returntocorp/update-reactjs-links
Browse files Browse the repository at this point in the history
Update reactjs.org reference links to react.dev
  • Loading branch information
philipturnbull authored Aug 14, 2023
2 parents d39961c + 76d6db5 commit 7c9bd3c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
## plan to remove by Nov, 15th, 2022. Ask Drew for more questions or before making changes

typescript/react/security/audit/react-dangerouslysetinnerhtml.yaml @LewisArdern
typescript/react/security/audit/react-missing-noreferrer.yaml @LewisArdern
typescript/react/security/audit/react-unsanitized-method.yaml @LewisArdern
typescript/react/security/audit/react-unsanitized-property.yaml @LewisArdern
typescript/react/security/audit/react-http-leak.yaml @LewisArdern
typescript/react/security/audit/react-href-var.yaml @LewisArdern
typescript/react/security/react-insecure-request.yaml @LewisArdern
2 changes: 1 addition & 1 deletion typescript/react/best-practice/react-find-dom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
findDOMNode is an escape hatch used to access the underlying DOM node. In most cases, use of this escape hatch is discouraged because it pierces the component abstraction.
metadata:
references:
- https://reactjs.org/docs/react-dom.html#finddomnode
- https://react.dev/reference/react-dom/findDOMNode
- https://github.com/yannickcr/eslint-plugin-react/issues/678#issue-165177220
category: best-practice
technology:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rules:
- A07:2017 - Cross-Site Scripting (XSS)
- A03:2021 - Injection
references:
- https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml
- https://react.dev/reference/react-dom/components/common#dangerously-setting-the-inner-html
category: security
confidence: MEDIUM
technology:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
- A07:2017 - Cross-Site Scripting (XSS)
- A03:2021 - Injection
references:
- https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml
- https://react.dev/reference/react-dom/components/common#dangerously-setting-the-inner-html
category: security
confidence: MEDIUM
technology:
Expand Down

0 comments on commit 7c9bd3c

Please sign in to comment.