[docs] Update documentation for features from 2026-03-27#481
Closed
danielmeppiel wants to merge 1 commit into
Closed
[docs] Update documentation for features from 2026-03-27#481danielmeppiel wants to merge 1 commit into
danielmeppiel wants to merge 1 commit into
Conversation
- Expand security.md 'Path traversal prevention' section to cover both repository URL validation (SSH-style and HTTPS) and deploy path validation (reflects v0.8.6 #458 fix: reject traversal sequences in SSH-style URLs) - Clarify ADO dependency syntax to note that unencoded spaces and %20 encoding are both accepted (v0.8.6 #437) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
This pull request was automatically closed because it expired on 2026-03-30T03:44:08.114Z.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-03-27
This PR updates the documentation based on features merged in v0.8.6 (released 2026-03-27).
Features Documented
Changes Made
docs/src/content/docs/enterprise/security.mdto expand the "Path traversal prevention" section: it now documents that validation happens at two layers — repository URL parsing (including SSH-style URLs) and file deploy paths. Previously only deploy path validation was documented.docs/src/content/docs/guides/dependencies.mdto clarify that ADO dependency strings accept both URL-encoded spaces (%20) and literal spaces in project/repo names.Merged PRs Referenced
validate_path_segments())Notes
Other v0.8.6 changes (Windows file-lock retry, OpenSSL exclusion,
integrate_claudegate,AuthResolversharing, deterministic Build IDs) are internal fixes with no user-facing documentation impact. Theapm install --targetflag was already documented indocs/src/content/docs/reference/cli-commands.md.