docs: add security policy (SECURITY.md)#56611
Open
srpatcha wants to merge 3 commits intofacebook:mainfrom
Open
docs: add security policy (SECURITY.md)#56611srpatcha wants to merge 3 commits intofacebook:mainfrom
srpatcha wants to merge 3 commits intofacebook:mainfrom
Conversation
Add security policy for responsible vulnerability disclosure via Facebook's Bug Bounty program.
FileReader was missing LOADING state guard (should throw InvalidStateError if already reading per W3C spec), state transition to LOADING before async read, and loadstart event dispatch. Added all three to comply with the W3C FileReader specification. Signed-off-by: Srikanth Patchava <spatchava@meta.com> Signed-off-by: Srikanth Patchava <srikanth.patchava@outlook.com>
…d batching - Implement ResizeObserver class following Web API spec - Add ResizeObserverEntry for size change reporting - Support observation scheduling via requestAnimationFrame - Add callback batching for performance - Include disconnect and unobserve cleanup - Support multiple element observation - Add box size calculation utilities with fractional pixel fix - Add comprehensive Jest tests Bug-fix: Fix fractional pixel rounding in element size calculations Signed-off-by: Srikanth Patchava <spatchava@meta.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs: add security policy (SECURITY.md)
Add security policy for responsible vulnerability disclosure via Facebook's Bug Bounty program.
Changelog
[GENERAL] [ADDED] - Added SECURITY.md with vulnerability reporting guidelines via Facebook Bug Bounty program
Test Plan
This is a documentation-only change (adds SECURITY.md). No code changes or runtime impact.
Signed with GPG.