mirror of
https://github.com/github/codeql.git
synced 2025-12-25 13:16:33 +01:00
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
/**
|
|
* @kind test-postprocess
|
|
*/
|
|
|
|
import semmle.code.java.dataflow.ExternalFlow
|
|
import codeql.dataflow.test.ProvenancePathGraph::TestPostProcessing::TranslateProvenanceResults<interpretModelForTest/2>
|
|
|
|
from string relation, int row, int column, string data
|
|
where results(relation, row, column, data)
|
|
select relation, row, column, data
|