Skip to content

Commit 131b6be

Browse files
Update csharp/ql/lib/semmle/code/csharp/frameworks/OData.qll
Co-authored-by: Michael Nebel <michaelnebel@github.com>
1 parent 746b806 commit 131b6be

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • csharp/ql/lib/semmle/code/csharp/frameworks

csharp/ql/lib/semmle/code/csharp/frameworks/OData.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ class ODataBoundType extends ValueOrRefType {
7979
}
8080
}
8181

82-
/** The `Patch`, `Put`, `CopyChangedValues`, and `CopyUnchangedValues` methods on `Delta<T>`. */
83-
class DeltaMutatingMethod extends Method {
84-
DeltaMutatingMethod() {
85-
this.getDeclaringType() instanceof DeltaClass and
86-
this.hasName(["Patch", "Put", "CopyChangedValues", "CopyUnchangedValues"])
87-
}
88-
}
89-
9082
/**
9183
* Taint members (transitively) on types used in
9284
* 1. Casts, `as`-conversions, or type tests applied to `ODataActionParameters` values.

0 commit comments

Comments
 (0)