Files
codeql/csharp/ql/lib/change-notes/released/0.2.0.md
2022-04-28 14:14:19 +02:00

283 B

0.2.0

Breaking Changes

  • The signature of allowImplicitRead on DataFlow::Configuration and TaintTracking::Configuration has changed from allowImplicitRead(DataFlow::Node node, DataFlow::Content c) to allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c).