Search
Items tagged with: curl
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
docs: add Severity to sec advisories missing them by bagder · Pull Request #256 · curl/curl-www
This is a manual work and I am using my own "best effort" by manually reading the descriptions, checking the conditions for them to trigger and comparing with how other projects grade similar probl...GitHub
Daily #curl builds for Arch Linux? github.com/pheiduck/curl-daily…
The bleeding edge is bleeding
Releases · pheiduck/curl-daily
cURL Daily Builds for Arch Linux and Arch Based Systems - pheiduck/curl-dailyGitHub
Updated link in documentation by markseuffert · Pull Request #11232 · curl/curl
Fixed the Markdown syntax and linked section. This pull request is a minor change.GitHub
This #curl Friday graph is the "CVE age in code" one refurbished. I cleaned it up a little and added a median plot to it next to the average. Very similar!
The graph shows all 145 curl CVEs and the number of days each of them existing in shipped source code until fixed.
daniel.haxx.se/blog/2023/05/24…
CVE-2023-27536
Announced by the #curl project back in March 2023. We deem it severity Low. curl.se/docs/CVE-2023-27536.ht…
NVD, in their infinite wisdom, thinks this is a CRITICAL 9.8 flaw: nvd.nist.gov/vuln/detail/CVE-2…
I wish I knew how to fix this annoying problem but talking or whining to NVD certainly does not seem to help.
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
remove trailing 'dnl' that causes this to break autoconf etc by foamdino · Pull Request #11212 · curl/curl
This trailing dnl causes the following error when used as an automake extension /usr/bin/m4:mk/m4ext/ax_libcurl.m4:275: Warning: end of file treated as newline autom4te: error: /usr/bin/m4 failed w...GitHub
It's Friday so I made a new #curl graph. It shows the % share of the vulnerabilities that are "C mistakes" since 2010 - per the date of the findings being reported. The share was 60% of the reported flaws back in 2010, it went down, up and is coming down again and is now at 41.4%
This graph will appear in the regular dashboard starting tomorrow.