Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SECURITY.md #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions SECURITY.md
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are the latest open issues in the facebook/react repository, including their labels:

  1. Bug: useId() not working inside <Suspense>

    • Labels: Status: Unconfirmed
    • Created by: brillout
    • Created at: 2022-06-03T11:38:49Z
    • Updated at: 2025-01-01T00:22:52Z
    • Comments: 30
  2. [React 19]

    • Labels: React 19
    • Created by: Almas222
    • Created at: 2024-12-31T21:28:04Z
    • Updated at: 2024-12-31T21:28:04Z
    • Comments: 0
  3. Bug: optimisticState is updated with both new state and optimisticValue in useOptimistic

    • Labels: React 19
    • Created by: vedanttikku12
    • Created at: 2024-12-31T08:12:52Z
    • Updated at: 2024-12-31T21:06:18Z
    • Comments: 2
  4. [React 19]

    • Labels: React 19
    • Created by: dirshaye
    • Created at: 2024-12-31T12:22:26Z
    • Updated at: 2024-12-31T16:21:25Z
    • Comments: 1
  5. [React 19]

    • Labels: React 19
    • Created by: bot-webhook
    • Created at: 2024-12-31T07:29:19Z
    • Updated at: 2024-12-31T07:29:19Z
    • Comments: 0
  6. Bug: Cannot create new react app

    • Labels: Status: Unconfirmed
    • Created by: l1acy
    • Created at: 2024-12-30T08:18:41Z
    • Updated at: 2024-12-31T06:49:17Z
    • Comments: 3
  7. Bug: source maps are missing from react npm packages

    • Labels: Status: Unconfirmed
    • Created by: asvishnyakov
    • Created at: 2024-12-25T04:10:50Z
    • Updated at: 2024-12-30T22:17:31Z
    • Comments: 9
  8. Bug: optimistic state (useOptimistic) shows both optimistic and returned from server data when running several async actions

    • Labels: Type: Needs Investigation, Component: Reconciler, React 19
    • Created by: acherkashin
    • Created at: 2024-03-17T19:24:35Z
    • Updated at: 2024-12-30T20:19:12Z
    • Comments: 8
  9. Bug: eslint-plugin-react-hooks false positive with for loop in function body

    • Labels: Status: Unconfirmed
    • Created by: imjordanxd
    • Created at: 2024-12-24T01:34:45Z
    • Updated at: 2024-12-30T16:17:03Z
    • Comments: 6
  10. [eslint-plugin-react-hooks] Missing type declarations

    • Labels: Status: Unconfirmed
    • Created by: JstnMcBrd
    • Created at: 2024-06-27T15:54:21Z
    • Updated at: 2024-12-30T14:46:27Z
    • Comments: 7

Please note that this is not a complete list. There are a total of 767 open issues in the repository. You can view more issues on the GitHub page for facebook/react issues.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.