chore(deps-dev): bump undici from 7.22.0 to 7.24.6 in /vscode-pastewatch in the npm_and_yarn group across 1 directory#1
Open
dependabot[bot] wants to merge 195 commits intomainfrom
Conversation
Shared detection/obfuscation logic extracted to PastewatchCore library. GUI app and new CLI target both depend on PastewatchCore.
Guard commands (guard-read, guard-write) now block access to files inside protected directories before content scanning. Default protectedPaths includes ~/.openclaw (workledger key storage). Configurable via config.json. WO-84
Configs saved before new types were added (e.g., Workledger Key, Oracul Key, JDBC URL) silently missed them because enabledTypes was a static list. Now init(from decoder:) merges any missing default types into the loaded list, so existing configs auto-enable new rules.
When the proxy detects and redacts secrets from outbound requests, it now prepends a [PASTEWATCH] text block to the assistant response content array. This gives the agent immediate feedback about the leak so it can warn the user and recommend credential rotation. New --alert/--no-alert flag on proxy command (default: on). WO-86
Adds build-linux-arm64 job using ubuntu-22.04-arm runner. Publishes pastewatch-cli-linux-arm64 alongside existing amd64 binary. Also fixes SwiftLint force_cast violations in ProxyAlertTests. WO-85
Real workledger keygen produces 43-char base64url keys (32 bytes without padding). The regex required exactly 44, causing standalone wl_sk_ keys to go undetected.
Bumps the npm_and_yarn group with 1 update in the /vscode-pastewatch directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.22.0 to 7.24.6 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.22.0...v7.24.6) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.6 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the npm_and_yarn group with 1 update in the /vscode-pastewatch directory: undici.
Updates
undicifrom 7.22.0 to 7.24.6Release notes
Sourced from undici's releases.
... (truncated)
Commits
38eab36Bumped v7.24.6 (#4931)993609dtest: auto-init WPT submodule (#4930)1eacc49build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#4926)b64e7e4fix: avoid prototype collisions in parseHeaders (#4923)deba679Revert "fix: assume http/https scheme for scheme-less proxy env vars (#4914)"feef62bfix: support Connection header with connection-specific header names per RFC ...a613d9adocs: clarify fetch and FormData pairing (#4922)2ba99a3fix: wrap kConnector call in try/catch to prevent client hang (#4834)a7398c0fix(cache): check Authorization on request headers per RFC 9111 §3.5 (#4911)2b2afbcfix: assume http/https scheme for scheme-less proxy env vars (#4914)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.