-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for catalog signed files in local file scans in the App…
…Control Manager (#533) Added support for catalog signed files in local file scans. This is a prerequisite for a successful local driver scans since the majority of them are catalog signed. This also improves the overall accuracy of all file scans in the AppControl Manager. Added support for catalog signed files to the View File Certificates page.
- Loading branch information
Showing
8 changed files
with
160 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
<linker> | ||
<assembly fullname="CommunityToolkit.WinUI.Extensions" preserve="all" /> | ||
<assembly fullname="CommunityToolkit.WinUI.UI.Controls.DataGrid" preserve="all" /> | ||
<assembly fullname="Microsoft.Web.WebView2.Core.Projection" preserve="all" /> | ||
<assembly fullname="Microsoft.Windows.SDK.NET" preserve="all" /> | ||
<assembly fullname="Microsoft.Xaml.Interactions" preserve="all" /> | ||
<assembly fullname="System.CodeDom" preserve="all" /> | ||
<assembly fullname="System.Management" preserve="all" /> | ||
<assembly fullname="WinRT.Runtime" preserve="all" /> | ||
<assembly fullname="CommunityToolkit.WinUI.UI.Controls.DataGrid" preserve="all"/> | ||
</linker> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "9.0.101", | ||
"version": "9.0.1", | ||
"rollForward": "latestMajor", | ||
"allowPrerelease": true | ||
} | ||
|