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

Security concern #484

Open
tintong opened this issue May 19, 2023 · 2 comments
Open

Security concern #484

tintong opened this issue May 19, 2023 · 2 comments

Comments

@tintong
Copy link

tintong commented May 19, 2023

Hello,

I've been using the Driver Automation Tool for numerous years and love it, however, with security getting more and more tighter the use of the Driver Automation Tool is becoming a big concern.

My work place is currently using Cisco to protect from DNS security issues and as part of this has blocked access to "raw.githubusercontent.com".
When this block is in place, it makes the Driver Automation Tool useless as it will not run.

Is there a way to get around this please without having to whitelist that URL?

Thanks

@PowershellBacon
Copy link

If you cant manually hit that URL you would have to find a way to get that data locally then and then change the script to get the local file instead of directly from the URL.

@ajn142attamu
Copy link

It’s not exactly what you need, but I did something similar by editing the script to look at the OEMLinks.xml file hosted in my forked repo. Rewriting the code to work on a local file is beyond my ken, but it should be possible to maintain your own version of the files on a host on your internal network, and edit an internally maintained copy of the script to look there instead of GitHub

Here’s my fork as an example (again, not looking at an internal host, just another fork hosted on GitHub), I haven’t figured out compiling the .exe or .msi like the repo owner, so you have to run the .ps1 directly from an Admin Powershell window.

https://github.com/ajn142attamu/DriverAutomationTool/blob/master/Current%20Branch/7.2.2/DriverAutomationTool.ps1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants