Created
December 3, 2025 16:18
-
-
Save Hritik14/167c1559abb6195eabc44609904f16d2 to your computer and use it in GitHub Desktop.
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
| SELECT * FROM public.scanpipe_discoveredpackage sd WHERE sd.name ILIKE '%react-server-dom-webpack%' | |
| UNION SELECT * FROM public.scanpipe_discoveredpackage sd WHERE sd.name ILIKE '%react-server-dom-parcel%' | |
| UNION SELECT * FROM public.scanpipe_discoveredpackage sd WHERE sd.name ILIKE '%react-server-dom-turbopack%' | |
| -- then look for these versions: | |
| -- 19.0, 19.1.0, 19.1.1, and 19.2.0 | |
| -- ref: https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment