-
Notifications
You must be signed in to change notification settings - Fork 10
feat: add sfw input to wrap vp install with Socket Firewall Free #72
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
112ee5f
feat: add sfw input to wrap vp install with Socket Firewall Free
fengmk2 fafe07a
test(ci): add test-sfw-blocks-malicious job using lodahs canary
fengmk2 c4df421
ci: limit test-sfw to ubuntu-latest, document sfw rustls TLS limitation
fengmk2 f5f2b16
feat(sfw): fall back to plain vp install on non-Linux with a warning
fengmk2 b3e3a58
chore: point sfw non-Linux warning at setup-vp tracker issue
fengmk2 4d71ec2
docs: point README sfw fallback note at setup-vp#73 tracker
fengmk2 b0bece4
docs(ci): collapse sfw-free issue references to setup-vp#73 tracker
fengmk2 f0618a4
docs: point isSfwSupported comment at setup-vp#73 tracker
fengmk2 d2ed525
test(ci): add test-sfw-package-managers covering pnpm/npm/yarn/bun
fengmk2 f13d0ba
test(ci): fix yarn job + promote bun to required
fengmk2 9fbb519
test(ci): force Yarn nodeLinker=node-modules so verify step is uniform
fengmk2 e6024b3
test(ci): merge test-sfw and test-sfw-package-managers into one matrix
fengmk2 aa92f44
ci+docs: address code-review findings on the matrix-merge diff
fengmk2 381ef2b
ci+src: handle PR #72 review comments
fengmk2 2e0144f
ci: only test latest vp release in test-sfw matrix
fengmk2 65e179d
ci: also drop alpha from test-sfw-alpine and test-sfw-blocks-malicious
fengmk2 b6a100f
ci: drop single-value version axis from sfw jobs entirely
fengmk2 c69ca6f
ci+src: fix code-review findings on commits since aa92f44
fengmk2 91936e2
feat(sfw): auto-detect pre-installed sfw + pin version + Renovate rule
fengmk2 18c1cc4
fix(sfw): hard-gate macOS/Windows before PATH detect + add negative a…
fengmk2 fbb345b
feat(sfw): cache the sfw binary via @actions/cache
fengmk2 77a3bfa
ci: add one-off verify-vp-1686-sfw workflow_dispatch
fengmk2 3f209a2
ci: switch verify-vp-1686-sfw to push-with-paths-filter trigger
fengmk2 80dd299
ci(verify): drop socketdev/action, install sfw manually from same URL…
fengmk2 b323a21
ci(verify): also exercise musl via alpine:3.23 container
fengmk2 43f7df0
ci(verify): bump pkg-pr-new target to vp PR #1703 (v0.1.23 release)
fengmk2 d34bd47
feat(sfw): bump SFW_VERSION to v1.11.0
fengmk2 2161235
test(sfw): add branch coverage for setupSfw, installSfw, isSfwSupported
fengmk2 d9921a6
feat(sfw): support macOS and Windows (vite-plus v0.1.23+)
fengmk2 a75aa97
refactor(sfw): drop cacheHit dead state; prove blocking on macOS/Windows
fengmk2 113b54c
chore(deps): vite-plus ^0.1.23; assert sfw blocks on composition path
fengmk2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| { | ||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
| "extends": ["github>Boshen/renovate"], | ||
| "ignoreDeps": ["@void-sdk/void"] | ||
| "ignoreDeps": ["@void-sdk/void"], | ||
| "customManagers": [ | ||
| { | ||
| "customType": "regex", | ||
| "fileMatch": ["^src/install-sfw\\.ts$"], | ||
| "matchStrings": ["const SFW_VERSION = \"(?<currentValue>v[^\"]+)\";"], | ||
| "depNameTemplate": "SocketDev/sfw-free", | ||
| "datasourceTemplate": "github-releases" | ||
| } | ||
| ] | ||
| } |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.