mirror of
https://github.com/github/codeql.git
synced 2026-05-28 01:51:23 +02:00
I included examples of both types in the qhelp of both queries, to provide context of what each of them actually are.
12 lines
357 B
XML
12 lines
357 B
XML
<!DOCTYPE qhelp PUBLIC "-//Semmle//qhelp//EN" "qhelp.dtd">
|
|
<qhelp>
|
|
|
|
<overview>
|
|
<include src="ServerSideRequestForgery-start.inc.qhelp" />
|
|
|
|
<!-- query specific -->
|
|
<p>This query covers partial SSRF, to find full SSRF use the <code>py/full-ssrf</code> query.</p>
|
|
</overview>
|
|
<include src="ServerSideRequestForgery-end.inc.qhelp" />
|
|
</qhelp>
|