Skip to content
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

Add more TLVs + temporarily disable some PROXY TLVs. #125

Merged
merged 2 commits into from
Mar 6, 2025
Merged

Conversation

cmeister2
Copy link
Collaborator

@cmeister2 cmeister2 commented Mar 6, 2025

Include @catenacyber 's changes and disable the leaking TLVs for now, with the intent of backing that change out once curl/curl#16599 is in main curl.

@cmeister2 cmeister2 changed the title WIP: add more TLVs + temporarily disable some PROXY TLVs. Add more TLVs + temporarily disable some PROXY TLVs. Mar 6, 2025
@cmeister2 cmeister2 merged commit 6b34bb5 into master Mar 6, 2025
18 checks passed
@cmeister2 cmeister2 deleted the cm2/noproxy branch March 6, 2025 22:03
@catenacyber
Copy link
Contributor

Thanks, let me know if this finds more

@@ -369,8 +369,8 @@ int fuzz_parse_tlv(FUZZ_DATA *fuzz, TLV *tlv)
FSINGLETONTLV(fuzz, TLV_TYPE_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE);
FSINGLETONTLV(fuzz, TLV_TYPE_SSH_HOST_PUBLIC_KEY_MD5, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5);
FSINGLETONTLV(fuzz, TLV_TYPE_ISSUERCERT, CURLOPT_ISSUERCERT);
FSINGLETONTLV(fuzz, TLV_TYPE_PROXYUSERNAME, CURLOPT_PROXYUSERNAME);
FSINGLETONTLV(fuzz, TLV_TYPE_PROXYPASSWORD, CURLOPT_PROXYPASSWORD);
// FSINGLETONTLV(fuzz, TLV_TYPE_PROXYUSERNAME, CURLOPT_PROXYUSERNAME);
Copy link
Contributor

Choose a reason for hiding this comment

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

You could have just disabled TLV_TYPE_PROXYUSERPWD because alone without TLV_TYPE_PROXYUSERNAME it is safe ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants