Skip to content

fix: update untrusted workspace settings to restrict adlt binary path - #280

Merged
mbehr1 merged 2 commits into
masterfrom
fix/untrusted_workspace_adltpath
Jun 30, 2026
Merged

fix: update untrusted workspace settings to restrict adlt binary path#280
mbehr1 merged 2 commits into
masterfrom
fix/untrusted_workspace_adltpath

Conversation

@mbehr1

@mbehr1 mbehr1 commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Use adlt binary path setting only from trusted workspaces.

Thanks to Animesh Roy for reporting!

Use adlt binary path setting only from trusted workspaces.

Thanks to Animesh Roy for reporting!
@mbehr1 mbehr1 added the bug Something isn't working label Jun 30, 2026
@mbehr1
mbehr1 requested a review from Copilot June 30, 2026 07:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR tightens the VS Code extension’s workspace-trust posture by preventing untrusted workspaces from supplying the dlt-logs.adltPath setting (which influences which adlt binary is executed), and adds a security policy to document supported versions and vulnerability reporting.

Changes:

  • Restrict dlt-logs.adltPath in untrusted workspaces via capabilities.untrustedWorkspaces.restrictedConfigurations.
  • Add SECURITY.md with supported-version policy and private vulnerability reporting instructions.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
SECURITY.md Adds a repository security policy and vulnerability reporting guidance.
package.json Updates VS Code workspace-trust restrictions to block dlt-logs.adltPath from untrusted workspace settings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread SECURITY.md Outdated

## Supported Versions

Security updates are provided for the latest released version on `master` branch / released in vs-code marketplace.
Comment thread package.json
@mbehr1
mbehr1 force-pushed the fix/untrusted_workspace_adltpath branch from 8d52c20 to 5b271c5 Compare June 30, 2026 07:07
@mbehr1
mbehr1 merged commit 607c903 into master Jun 30, 2026
11 checks passed
@mbehr1
mbehr1 deleted the fix/untrusted_workspace_adltpath branch June 30, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants