mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Remove duplicate declaration
This commit is contained in:
@@ -75,14 +75,6 @@ class IntentGetParcelableExtraMethod extends Method {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Specifies that if an `Intent` is tainted, then so are its synthetic fields.
|
||||
*/
|
||||
private class IntentFieldsInheritTaint extends DataFlow::SyntheticFieldContent,
|
||||
TaintInheritingContent {
|
||||
IntentFieldsInheritTaint() { this.getField().matches("android.content.Intent.%") }
|
||||
}
|
||||
|
||||
private class IntentBundleFlowSteps extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
|
||||
Reference in New Issue
Block a user