Skip to content

Instantly share code, notes, and snippets.

@Hritik14
Created December 3, 2025 16:18
Show Gist options
  • Select an option

  • Save Hritik14/167c1559abb6195eabc44609904f16d2 to your computer and use it in GitHub Desktop.

Select an option

Save Hritik14/167c1559abb6195eabc44609904f16d2 to your computer and use it in GitHub Desktop.
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