Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppControl Manager v.1.8.3.0 #516

Merged
merged 1 commit into from
Jan 9, 2025
Merged

AppControl Manager v.1.8.3.0 #516

merged 1 commit into from
Jan 9, 2025

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Jan 9, 2025

  • Improved the update mechanism, it will remove any related previous ASR rule exclusions instead of only those for the previous app version. The same improvement was previously implemented in the bootstrapper script and the Harden Windows Security module as well.

  • Improved page behaviors, their states will now be preserved at all times even if you navigate away from them for any amount of time.

  • Fixed NuGet connection (e.g., for downloading the SignTool.exe), it isn't always compatible with HTTP v.2


Improved the update mechanism, it will remove any related previous ASR rule exclusions instead of only those for the previous app version.

Improved page behaviors, their states will now be preserved at all times even if you navigate away from them for any amount of time.

Fixed NuGet connection, it isn't always compatible with HTTP v.2
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Jan 9, 2025
@HotCakeX HotCakeX self-assigned this Jan 9, 2025
@Copilot Copilot bot review requested due to automatic review settings January 9, 2025 13:28

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 16 changed files in this pull request and generated no comments.

Files not reviewed (11)
  • AppControl Manager/AppControl Manager.csproj: Language not supported
  • AppControl Manager/Package.appxmanifest: Language not supported
  • AppControl Manager/app.manifest: Language not supported
  • AppControl Manager/Logic/Main/BasePolicyCreator.cs: Evaluated as low risk
  • AppControl Manager/Logic/CertificateCreator.cs: Evaluated as low risk
  • AppControl Manager/Logic/SignToolHelper.cs: Evaluated as low risk
  • AppControl Manager/Pages/MDEAHPolicyCreation.xaml.cs: Evaluated as low risk
  • AppControl Manager/Pages/Simulation.xaml.cs: Evaluated as low risk
  • AppControl Manager/Pages/CreateSupplementalPolicy.xaml.cs: Evaluated as low risk
  • AppControl Manager/Pages/GetCIHashes.xaml.cs: Evaluated as low risk
  • AppControl Manager/Pages/CreateDenyPolicy.xaml.cs: Evaluated as low risk
Comments suppressed due to low confidence (2)

AppControl Manager/Pages/Update.xaml.cs:30

  • [nitpick] The regex pattern '__sadt7br7jpt02' might be too specific and could potentially miss some ASR rules. Consider using a more general pattern if applicable.
[GeneratedRegex("__sadt7br7jpt02", RegexOptions.IgnoreCase | RegexOptions.Compiled)]

AppControl Manager/Pages/Update.xaml.cs:310

  • [nitpick] The variable name 'stringArrayRepo' is ambiguous. It should be renamed to 'asrRulesToRemoveArray' for better clarity.
string[] stringArrayRepo = [.. asrRulesToRemove];
@HotCakeX HotCakeX merged commit 183f9e2 into main Jan 9, 2025
2 checks passed
@HotCakeX HotCakeX deleted the AppControlManager.v.1.8.3.0 branch January 9, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant