We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff12c0 commit ff6d4c6Copy full SHA for ff6d4c6
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Stored.qll
@@ -59,7 +59,11 @@ class DbDataReaderPropertyStoredFlowSource extends DatabaseInputSource {
59
}
60
61
62
-/** A read of a mapped property. */
+/**
63
+ * DEPRECATED: Use `EntityFramework::StoredFlowSource` and `NHibernate::StoredFlowSource` instead.
64
+ *
65
+ * A read of a mapped property.
66
+ */
67
deprecated class ORMMappedProperty extends DataFlow::Node {
68
ORMMappedProperty() {
69
this instanceof EntityFramework::StoredFlowSource or
0 commit comments