From 3f1939c070229811c5c9770723180ae912927377 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Fri, 19 Jul 2024 13:55:55 +0200 Subject: [PATCH] C#: Add change note. --- csharp/ql/lib/change-notes/2024-07-19-added-sources.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2024-07-19-added-sources.md diff --git a/csharp/ql/lib/change-notes/2024-07-19-added-sources.md b/csharp/ql/lib/change-notes/2024-07-19-added-sources.md new file mode 100644 index 0000000000000..43e7b947a9894 --- /dev/null +++ b/csharp/ql/lib/change-notes/2024-07-19-added-sources.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added some new `local` source models. Most prominently `System.IO.Path.GetTempPath` and `System.Environment.GetFolderPath`. This might produce more alerts, if the `local` threat model is enabled.