Skip to content

Commit ff6d4c6

Browse files
committed
Deprecation message
1 parent 0ff12c0 commit ff6d4c6

File tree

1 file changed

+5
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

1 file changed

+5
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Stored.qll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ class DbDataReaderPropertyStoredFlowSource extends DatabaseInputSource {
5959
}
6060
}
6161

62-
/** A read of a mapped property. */
62+
/**
63+
* DEPRECATED: Use `EntityFramework::StoredFlowSource` and `NHibernate::StoredFlowSource` instead.
64+
*
65+
* A read of a mapped property.
66+
*/
6367
deprecated class ORMMappedProperty extends DataFlow::Node {
6468
ORMMappedProperty() {
6569
this instanceof EntityFramework::StoredFlowSource or

0 commit comments

Comments
 (0)