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

Any possibility of signed DLL files? #1339

Open
mjr4077au opened this issue Feb 4, 2025 · 1 comment
Open

Any possibility of signed DLL files? #1339

mjr4077au opened this issue Feb 4, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@mjr4077au
Copy link

mjr4077au commented Feb 4, 2025

Is your feature request related to a problem? Please describe

Currently, the project's released assets are unsigned which presents problems in some environments that utilise things like AppLocker and Windows Defender Application Control (WDAC).

Describe the solution you'd like

I'd like the released assets to be signed by the project with a publicly issued key if possible as it'd eliminate this problem.

Describe alternatives you've considered

I can sign the DLLs myself, but it's a lot of risk on my signing certificate because I haven't compiled them personally. I currently subtree wpfui into a project I work on so we can compile wpfui ourselves, however this significantly increases our build time.

Additional context

No response

@mjr4077au mjr4077au added the enhancement New feature or request label Feb 4, 2025
@chucker
Copy link
Collaborator

chucker commented Feb 16, 2025

things like AppLocker

Hm, so your scenario here is:

  • you have AppLocker configured to not just check the signature of .exe, but also .dll?
  • and you want to white-list whatever code signature WPF UI gets?

Because it seems to make more sense to me to instead whitelist whatever the .exe was signed with.

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

No branches or pull requests

2 participants