From 17cfd489ea029b7ff78984f8b7065e4686ec2db5 Mon Sep 17 00:00:00 2001 From: Joe Farebrother Date: Wed, 5 Apr 2023 14:28:49 +0100 Subject: [PATCH] Add change note --- .../ql/src/change-notes/2023-04-05-external-location-sinks.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/src/change-notes/2023-04-05-external-location-sinks.md diff --git a/csharp/ql/src/change-notes/2023-04-05-external-location-sinks.md b/csharp/ql/src/change-notes/2023-04-05-external-location-sinks.md new file mode 100644 index 00000000000..e306794f657 --- /dev/null +++ b/csharp/ql/src/change-notes/2023-04-05-external-location-sinks.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Additional sinks modelling writes to unencrypted local files have been added to `ExternalLocationSink`, used by the `cs/cleartext-storage` and `cs/exposure-of-sensitive-information` queries. \ No newline at end of file