anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
49 stars 13 forks source link

Please sign the executable "AZALDEVTOOLSSERVER.NETFRAMEWORK.EXE" #193

Open rdebath opened 3 years ago

rdebath commented 3 years ago

When we're using applocker it's best if we whitelist applications using a code signing certificate. Currently I have to use one of the other methods with your extension. They all have the problem that something has to be done manually at each update (check the hash, sign the exe with a private key, etc)

Can you please sign the executables and any relevant scripts (It appears that the JS files are not checked) in the same sort of way that Microsoft's executables are.

%USERPROFILE%\.VSCODE\EXTENSIONS\ANDRZEJZWIERZCHOWSKI.AL-CODE-OUTLINE-2.0.18\BIN\NETFRAMEWORK\AZALDEVTOOLSSERVER.NETFRAMEWORK.EXE was prevented from running.

You can check which files need to be signed by turning AppLocker on in "Audit only" mode. Nothing will be blocked, it'll just chatter to an event log.

anzwdev commented 3 years ago

Hi

Thank you for reporting your issue, I will investigate what can be done.

XVII commented 1 month ago

This is also becoming an issue for us where AZALDevToolsServer.NetCore.exe is missing a digital signature as well.

It cannot execute without a digital signature.