René's URL Explorer Experiment


Title: test(cli): pin GetArgs flag surface, download/no-apply aliases, detect_identifier_type by mikolalysenko · Pull Request #76 · SocketDev/socket-patch · GitHub

Open Graph Title: test(cli): pin GetArgs flag surface, download/no-apply aliases, detect_identifier_type by mikolalysenko · Pull Request #76 · SocketDev/socket-patch

X Title: test(cli): pin GetArgs flag surface, download/no-apply aliases, detect_identifier_type by mikolalysenko · Pull Request #76 · SocketDev/socket-patch

Description: Summary Locks in the get subcommand's public CLI contract with parser snapshot tests, and adds unit tests for the two pure helpers behind it: detect_identifier_type and select_patches. No behavior change to the binary. Stacked on #67 (tests/cli-contract-foundation). What's covered tests/cli_parse_get.rs (27 tests) — every flag in the get table asserts its documented default + binding: Positional identifier (required; missing triggers MissingRequiredArgument). --org, --cwd, --id, --cve, --ghsa, --package/-p, --yes/-y, --api-url, --api-token, --save-only, --global/-g, --global-prefix, --one-off, --json. --download-mode default = "diff" plus "package" and "file" accepted. Hidden alias --no-apply proven equivalent to --save-only (contract-significant; widely used in existing scripts but doesn't appear in --help). Visible alias download proven equivalent to get. Unknown flag triggers UnknownArgument. #[cfg(test)] mod tests in commands/get.rs (17 tests): detect_identifier_type: UUID/CVE/GHSA/PURL detection, case-insensitivity for UUID + CVE + GHSA (load-bearing), bare package names + malformed CVE + empty string all map to None. select_patches: free user single-free auto-select, paid user prefers most-recent paid over free for same PURL, paid user picks most-recent paid, paid user falls back to most-recent free when no paid is available, free user paid-filtered-out then single-free auto-select, free user multi-free JSON mode returns Err(1), empty input is Ok(vec![]). The interactive TTY path (free user, multi-free, non-JSON) is intentionally not tested — it calls dialoguer which requires a real TTY. Verification cargo build --workspace --all-features # clean cargo clippy --workspace --all-features -- -D warnings # clean cargo test --workspace --all-features --lib --tests # 459 lib tests + 27 cli_parse_get tests pass Test plan cargo build --workspace --all-features clean cargo clippy --workspace --all-features -- -D warnings clean cargo test --workspace --all-features --lib --tests passes (17 new commands::get::tests + 27 new cli_parse_get tests, plus existing 415 + others) --no-apply hidden alias exercised download visible alias exercised Required positional enforced via clap error-kind assertion

Open Graph Description: Summary Locks in the get subcommand's public CLI contract with parser snapshot tests, and adds unit tests for the two pure helpers behind it: detect_identifier_type and select_patches. No behav...

X Description: Summary Locks in the get subcommand's public CLI contract with parser snapshot tests, and adds unit tests for the two pure helpers behind it: detect_identifier_type and select_patches. No b...

Opengraph URL: https://github.com/SocketDev/socket-patch/pull/76

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:92d3bc3b-b7ef-d889-51be-5afb5b2d582d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8280:1EE1:7BC2A7:A6C124:6A4EFC6C
html-safe-nonced7e4fac24345a41f72df1a6aeb0b7c35184f295e5aae48cb76f2f869503af81a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MjgwOjFFRTE6N0JDMkE3OkE2QzEyNDo2QTRFRkM2QyIsInZpc2l0b3JfaWQiOiI2NjA3MjM0ODA5MjcyOTI1MjkyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac1bace1e848601a486c5040e196ed14d91cfc7c7dc3fca889527f811246163b0d
hovercard-subject-tagpull_request:3711918602
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SocketDev/socket-patch/pull/76/files
twitter:imagehttps://avatars.githubusercontent.com/u/231686?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/231686?s=400&v=4
og:image:altSummary Locks in the get subcommand's public CLI contract with parser snapshot tests, and adds unit tests for the two pure helpers behind it: detect_identifier_type and select_patches. No behav...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/SocketDev/socket-patch git https://github.com/SocketDev/socket-patch.git
octolytics-dimension-user_id69326764
octolytics-dimension-user_loginSocketDev
octolytics-dimension-repository_id1093661456
octolytics-dimension-repository_nwoSocketDev/socket-patch
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1093661456
octolytics-dimension-repository_network_root_nwoSocketDev/socket-patch
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SocketDev/socket-patch/pull/76/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSocketDev%2Fsocket-patch%2Fpull%2F76%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSocketDev%2Fsocket-patch%2Fpull%2F76%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=SocketDev%2Fsocket-patch
Reloadhttps://github.com/SocketDev/socket-patch/pull/76/files
Reloadhttps://github.com/SocketDev/socket-patch/pull/76/files
Reloadhttps://github.com/SocketDev/socket-patch/pull/76/files
Please reload this pagehttps://github.com/SocketDev/socket-patch/pull/76/files
SocketDev https://github.com/SocketDev
socket-patchhttps://github.com/SocketDev/socket-patch
Notifications https://github.com/login?return_to=%2FSocketDev%2Fsocket-patch
Fork 0 https://github.com/login?return_to=%2FSocketDev%2Fsocket-patch
Star 3 https://github.com/login?return_to=%2FSocketDev%2Fsocket-patch
Code https://github.com/SocketDev/socket-patch
Issues 1 https://github.com/SocketDev/socket-patch/issues
Pull requests 1 https://github.com/SocketDev/socket-patch/pulls
Actions https://github.com/SocketDev/socket-patch/actions
Models https://github.com/SocketDev/socket-patch/models
Security and quality 0 https://github.com/SocketDev/socket-patch/security
Insights https://github.com/SocketDev/socket-patch/pulse
Code https://github.com/SocketDev/socket-patch
Issues https://github.com/SocketDev/socket-patch/issues
Pull requests https://github.com/SocketDev/socket-patch/pulls
Actions https://github.com/SocketDev/socket-patch/actions
Models https://github.com/SocketDev/socket-patch/models
Security and quality https://github.com/SocketDev/socket-patch/security
Insights https://github.com/SocketDev/socket-patch/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FSocketDev%2Fsocket-patch%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FSocketDev%2Fsocket-patch%2Fissues%2Fnew%2Fchoose
Mikola Lysenko (mikolalysenko)https://github.com/mikolalysenko
tests/cli-contract-foundationhttps://github.com/SocketDev/socket-patch/tree/tests/cli-contract-foundation
tests/cli-parse-gethttps://github.com/SocketDev/socket-patch/tree/tests/cli-parse-get
Conversation 1 https://github.com/SocketDev/socket-patch/pull/76
Commits 2 https://github.com/SocketDev/socket-patch/pull/76/commits
Checks 4 https://github.com/SocketDev/socket-patch/pull/76/checks
Files changed https://github.com/SocketDev/socket-patch/pull/76/files
Please reload this pagehttps://github.com/SocketDev/socket-patch/pull/76/files
test(cli): pin GetArgs flag surface, download/no-apply aliases, detect_identifier_type https://github.com/SocketDev/socket-patch/pull/76/files#top
Show all changes 2 commits https://github.com/SocketDev/socket-patch/pull/76/files
6cb84b8 test(cli): foundation for CLI-contract unit-test campaign mikolalysenko May 19, 2026 https://github.com/SocketDev/socket-patch/pull/76/commits/6cb84b8c4456cbcca1ceabb9beea386f1a0fe272
0eb8ac6 test(cli): pin GetArgs flag surface, download/no-apply aliases, detec… mikolalysenko May 19, 2026 https://github.com/SocketDev/socket-patch/pull/76/commits/0eb8ac6eb5d914c25d00012855286bce97811a74
Clear filters https://github.com/SocketDev/socket-patch/pull/76/files
Please reload this pagehttps://github.com/SocketDev/socket-patch/pull/76/files
Please reload this pagehttps://github.com/SocketDev/socket-patch/pull/76/files
CLI_CONTRACT.md https://github.com/SocketDev/socket-patch/pull/76/files#diff-f4377a7f0221c73c8e1c3a219f5dbd8ee64094eb7786841ecea88ccd22daf130
Cargo.toml https://github.com/SocketDev/socket-patch/pull/76/files#diff-d975fab3956058ba8cc187ef25733f371f85ac13917e77e0bfa4c40c73ba5f7b
apply.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-613e6131c3d7005ade62351d4f879e7c817bafdc2f6d6fdd87e2b259bebfb9bf
get.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-ab141f0dfc26b35a483b70780ec703f5f1047866eaf1d3ccf9182fc5cdea164f
list.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-808f74b0c8422b914537c7fbdc380059d5bf4a4a60fe317d2d850a43a6448a8f
remove.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-37716ed3bf0ced8c6011d60b918d7bf9ab7b8a118ce8245507dfe9332e54b27c
repair.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-cc48894cd3c0ab1d1fbdaae98591be3e7ab527d344e47eeafb2f7c0783391c35
rollback.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-49bed4b7989d1153ce40e98f6686a0343d4aef1e9a8f241abfb0d6e006cda233
lib.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-d4989724ce35f9d98a4444f57ad1c5aa8e4d19c2e55380b6cb39cf1e3139ffc8
main.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-df6d5aa728e15b07a84996ad4e4dc5ddc46be7d2a186da53c67257c729fe33e7
cli_parse_get.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-7796373957fac18901e1220f110b93b956981ba0e265a1765531dab868c4c17b
operations.rs https://github.com/SocketDev/socket-patch/pull/76/files#diff-412872bbcaf0808c9201a327034774848091983c7a6995ca91dbff80b89d2917
crates/socket-patch-cli/CLI_CONTRACT.mdhttps://github.com/SocketDev/socket-patch/pull/76/files#diff-f4377a7f0221c73c8e1c3a219f5dbd8ee64094eb7786841ecea88ccd22daf130
View file https://github.com/SocketDev/socket-patch/blob/0eb8ac6eb5d914c25d00012855286bce97811a74/crates/socket-patch-cli/CLI_CONTRACT.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SocketDev/socket-patch/pull/76/{{ revealButtonHref }}
crates/socket-patch-cli/Cargo.tomlhttps://github.com/SocketDev/socket-patch/pull/76/files#diff-d975fab3956058ba8cc187ef25733f371f85ac13917e77e0bfa4c40c73ba5f7b
View file https://github.com/SocketDev/socket-patch/blob/0eb8ac6eb5d914c25d00012855286bce97811a74/crates/socket-patch-cli/Cargo.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SocketDev/socket-patch/pull/76/{{ revealButtonHref }}
https://github.com/SocketDev/socket-patch/pull/76/files#diff-d975fab3956058ba8cc187ef25733f371f85ac13917e77e0bfa4c40c73ba5f7b
https://github.com/SocketDev/socket-patch/pull/76/files#diff-d975fab3956058ba8cc187ef25733f371f85ac13917e77e0bfa4c40c73ba5f7b
crates/socket-patch-cli/src/commands/apply.rshttps://github.com/SocketDev/socket-patch/pull/76/files#diff-613e6131c3d7005ade62351d4f879e7c817bafdc2f6d6fdd87e2b259bebfb9bf
View file https://github.com/SocketDev/socket-patch/blob/0eb8ac6eb5d914c25d00012855286bce97811a74/crates/socket-patch-cli/src/commands/apply.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SocketDev/socket-patch/pull/76/{{ revealButtonHref }}
https://github.com/SocketDev/socket-patch/pull/76/files#diff-613e6131c3d7005ade62351d4f879e7c817bafdc2f6d6fdd87e2b259bebfb9bf
https://github.com/SocketDev/socket-patch/pull/76/files#diff-613e6131c3d7005ade62351d4f879e7c817bafdc2f6d6fdd87e2b259bebfb9bf
https://github.com/SocketDev/socket-patch/pull/76/files#diff-613e6131c3d7005ade62351d4f879e7c817bafdc2f6d6fdd87e2b259bebfb9bf
https://github.com/SocketDev/socket-patch/pull/76/files#diff-613e6131c3d7005ade62351d4f879e7c817bafdc2f6d6fdd87e2b259bebfb9bf
Please reload this pagehttps://github.com/SocketDev/socket-patch/pull/76/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.