mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Update java/ql/src/experimental/Security/CWE/CWE-552/UnsafeUrlForward.qll
This commit is contained in:
@@ -205,10 +205,8 @@ private class LoadSpringResourceFlowStep extends SummaryModelCsv {
|
||||
private class SpringResourceCsvSink extends SinkModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
[
|
||||
// Get spring resource
|
||||
"org.springframework.core.io;ClassPathResource;true;" +
|
||||
["getFilename", "getPath", "getURL", "resolveURL"] + ";;;Argument[-1];get-resource;manual",
|
||||
]
|
||||
// Get spring resource
|
||||
"org.springframework.core.io;ClassPathResource;true;" +
|
||||
["getFilename", "getPath", "getURL", "resolveURL"] + ";;;Argument[-1];get-resource;manual"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user