Search
Items tagged with: curl
"Alert: if you look up curl CVEs in public sources like NVD you will find they use inflated severity levels and CVSS scores. They think they know better and override our assessments. This is a systemic error that we unfortunately cannot fix. Feel free to complain to them - we keep doing it to no use - and consider using our material as the canonical sources for curl issues. "
Quote from curl.se/docs/security.html #curl
http2: send HEADER & DATA together if possible by peppapighs · Pull Request #11420 · curl/curl
This PR is based on the conversation here. When sending an HTTP/2 POST request, curl will always defer request body to a different TLS record (if SSL/TLS is enabled) and TCP packet. This problem is...GitHub
Update imap-append.c by Margu86 · Pull Request #11397 · curl/curl
Updated example as suggested by @bohwaz in #10300 So this fixes #10300GitHub
tool: correct `easysrc_perform` with `CURL_DISABLE_LIBCURL_OPTION` by BrianNixon · Pull Request #11398 · curl/curl
Remove unneeded macro parameter to match function and avoid compiler warningGitHub
If you are looking for a basic first thing to implement for #curl, maybe this could be it?
"Allow --write-out output to be written to a file" ?
github.com/curl/curl/discussio…
Allow --write-out output to be written to a file · curl/curl · Discussion #11400
I would find it useful to have a way to cause the --write-out output of the curl tool to be written to a file instead of stdout or stderr which may both be in use for other purposes. One way to ach...GitHub
doc: Add missing open parenthesis in `curl_easy_nextheader` examples by jviotti · Pull Request #11409 · curl/curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
Update curl.h Include for vxworks by sheshadriv32 · Pull Request #11356 · curl/curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
Stop CMake from quietly ignoring missing Brotli by MichalPetryka · Pull Request #11376 · curl/curl
For some reason the CMake project was set to QUIET for Brotli instead of REQUIRED. This makes builds unexpectedly ignore missing Brotli even when CURL_BROTLI is enabled.GitHub
checksrc: modernise perl file open by bagder · Pull Request #11358 · curl/curl
Use regular variables and separate file open modes from filenames. Suggested by perlcritic Copied from curl/trurl@f2784a9240f47ee28a845 /cc @pabs3GitHub
Number of announced security vulnerabilities in #curl per year, separated into high/critical vs low/medium.
These are real severity levels, not the NVD spicy versions.
Fixe unused variable ctx in cf-socker.c by humbleAcolyte · Pull Request #11352 · curl/curl
This PR fixes compiler warning (gcc 8.3 with flag -Wunused-variable) "unused variable ‘ctx’". The variable is used only if HAVE_GETPEERNAME is defined, but variable defined before directive.GitHub
The #curl user survey 2023 analysis: daniel.haxx.se/blog/2023/06/17…
36 pages of numbers and graphs for you.
The video presentation of the material will happen on Tue June 20.
youtu.be/NLIhd0wYO24
#curl
Doing WebSocket with libcurl with Daniel Stenberg
- WebSocket fundamentals (the protocol)- How to enable it for curl in your build- The new API calls added to libcurl for speaking WebSocket- Two API models- ...YouTube
curlhacker - Twitch
I'm Daniel Stenberg, maintainer and lead developer in the curl project. I stream curl related stuff. Release presentations, curl development and related topics.Twitch
"QUIC and HTTP/3 with #curl and #wolfSSL" is the webinar @icing and me did back in April. Check it out!
All Things QUIC
Hear from QUIC expert Stefan Eissing, and cURL founder and lead developer Daniel Stenberg and learn about all things QUIC. Tune in to learn about the topics ...YouTube
tool_parsecfg: support environment variables in config files by bagder · Pull Request #11311 · curl/curl
Instances of ${name} will be replaced by the contents of the environment variable name at the time of the parsing. The name must be shorter than 128 bytes. tests documentationGitHub
Curl (ft. YTCracker) mcohmi.bandcamp.com/track/curl…
A song about #curl. Wow.
♫♪♪ I just wanna curl your endpoints ♫♪♪
docs: update CURLOPT_UPLOAD.3 by oleg-jukovec · Pull Request #11300 · curl/curl
The behavior of CURLOPT_UPLOAD differs from what is described in the documentation. The option automatically adds the 'Transfer-Encoding: chunked' header. It also ignores 'Content-Length' header at...GitHub
documentation: fix missing parameter names in examples by Aketzu · Pull Request #11278 · curl/curl
SSH key option documentation has example snippets but they seem to be missing function parameter names in enum parametersGitHub
Diablo 4 Credits 4K
Diablo 4 Credits 4K. Subscribe for all the latest trailers and gameplay: http://goo.gl/8LO96FBecome a member! https://www.youtube.com/channel/UClFuUQ2pO1ED3B...YouTube
haproxy: add --haproxy-clientip flag to spoof client IPs by RaitoBezarius · Pull Request #10779 · curl/curl
This PR enable --haproxy-clientip as per TODO item 5.2 (#5125). I'm not certain yet I have done the appropriate things yet. I will add tests and docs soon. :)GitHub
... and the #curl vulnerabilities table now lists each individual vulnerability in a color depending on severity. I think this looks cool:
now the #curl security page offers filtering the list of issues based on severity: curl.se/docs/security.html
(see, there was a point in figuring out the severity for old issues as well)
I went back and provided severity levels for the 72 oldest #curl CVEs as well (assessed manually) and now every curl CVE since the dawn of time has it set. The full list is here: curl.se/docs/security.html
Let me know if anything looks wrong.
gRPC support · curl/curl · Discussion #11239
Hey everyone. I'm interested in starting discussion about adding support to gRPC. Since cURL already support HTTP/2, I guess the main work would be parsing Protobuf (not sure though). I am aware th...GitHub
system.h: Remove __IBMC__/__IBMCPP__ guards and apply to all z/OS (__MVS__) compiles by IgorTodorovskiIBM · Pull Request #11241 · curl/curl
z/OS now supports Clang where __IBMC__/__IBMCPP__ macros are not set, yet the same system.h macro values apply.GitHub