mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Address review comments.
This commit is contained in:
@@ -12,8 +12,6 @@ private import semmle.code.java.dataflow.ExternalFlow
|
||||
private class FlowSummaries extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
[
|
||||
"org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
|
||||
]
|
||||
"org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user