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

[v15] devicetrust: don't invoke powershell when reading system information #50455

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Dec 19, 2024

The device trust web flow can result in a web browser launching Teleport Connect (which launches tsh, which in turn launches powershell).

Some antivirus solutions flag cases where a powershell process is a descendent of a web browser process. In order to avoid being blocked by the antivirus software, we want to read system information directly instead of via powershell.

Backports #50372

Changelog: Fixed an issue that could cause some antivirus tools to block Teleport's Device
Trust feature on Windows machines.

The device trust web flow can result in a web browser launching
Teleport Connect (which launches tsh, which in turn launches
powershell).

Some antivirus solutions flag cases where a powershell process is
a descendent of a web browser process. In order to avoid being
blocked by the antivirus software, we want to read system information
directly instead of via powershell.
@zmb3 zmb3 force-pushed the zmb3/v15-backport-50372 branch from 000e267 to d6e89dd Compare December 19, 2024 19:55
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-50455.d3b94eevwi10ji.amplifyapp.com

@zmb3 zmb3 added this pull request to the merge queue Dec 19, 2024
Merged via the queue into branch/v15 with commit fe7a75a Dec 19, 2024
36 checks passed
@zmb3 zmb3 deleted the zmb3/v15-backport-50372 branch December 19, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants