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

[Feature Request]: invisble.vbs digital signing #24

Closed
StreamCalm opened this issue Dec 11, 2023 · 3 comments
Closed

[Feature Request]: invisble.vbs digital signing #24

StreamCalm opened this issue Dec 11, 2023 · 3 comments
Labels
enhancement New feature or request stale

Comments

@StreamCalm
Copy link

The request

Would be good for the VBS script to be digitally signed like the Powershell scripts

Is your feature request related to a problem?

The invisible.vbs script isn't signed and so is blocked by AppLocker/WDAC policies requiring scripts to be signed (eg. error below from AppLocker).

> Event 8007 %OSDRIVE%\PROGRAMDATA\WINGET-AUTOUPDATE\INVISIBLE.VBS was prevented from running.

Would be good to sign these like the powershell scripts to avoid hash based rules which will break with any changes.

Additional information

Raised this initially (mistakenly) on the Winget-AutoUpdate project as I hadn't realised the signing of the powershell scripts came through this project (I've installed via the Store App - not sure if that's what signs the scripts?).

Sounds like there's a plan to workaround using any VBS at all (Romanitho#465, Romanitho#496), but if there's an interim change that could be made to sign the VBS script that'd be awesome!

Appreciate we can workaround this with hash rules, signing ourselves, etc. just wanted to flag it...

@StreamCalm StreamCalm added the enhancement New feature or request label Dec 11, 2023
@Weatherlights
Copy link
Owner

Hey, thank you for your comment. I am also implementing a workaround for VBS aswell (it is already in the code) but have not put it in the releases yet since it would require me to implement different architectures (to avoid folder SYSWOW6432 redirection)

But I will put some more energy in it to get it done if now someone asks about it :).

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 12, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

2 participants