From 7b05868e6e55f595a4bd66fb6f2dc7110bc9bfab Mon Sep 17 00:00:00 2001 From: Shaopeng Li Date: Tue, 2 Apr 2024 23:14:13 -0700 Subject: [PATCH] release note --- ReleaseHistory.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseHistory.md b/ReleaseHistory.md index b3818a721..e9503bb63 100644 --- a/ReleaseHistory.md +++ b/ReleaseHistory.md @@ -2,6 +2,7 @@ ## UNRELEASED * BUG: Resolve process hangs when a file path is provided with a wildcard, but without a `-r` (recurse) flag during the multi-threaded analysis file enumeration phase. +* BUG: Fix error `ERR997.NoValidAnalysisTargets` when scanning symbolic link files. ## **v4.5.4 [Sdk](https://www.nuget.org/packages/Sarif.Sdk/v4.5.4) | [Driver](https://www.nuget.org/packages/Sarif.Driver/v4.5.4) | [Converters](https://www.nuget.org/packages/Sarif.Converters/v4.5.4) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/v4.5.4) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/v4.5.4) * BUG: Fix incorrect base class in rule ADO2012.