codeql
codeql copied to clipboard
Add React missing useRef related constructs
adds the following:
- Add React Precallgraphstep useRef - this
PreCallGraphStepis similar to theuseStatehook related one, but for the hookuseRef. - Add React
DomValueSourcethat uses thereffrom a dom. This may effect sources found for this query, and therefore the alerts found for that query.
Waiting for another DCA run