Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Three years ago I blogged about #nuget serving outdated #curl packages.

Uncategorized
28 21 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    3 Posts
    10 Views
    @simonzerafa it feels like a use case for Open Source that is clearly not well covered. We're going back to Hackerone. It's not a perfect fit either especially since we dropped the bounty part - but it still crosses off many more check-boxes for us.I'll elaborate with some more details in a pending blog post
  • #curl is RFC 9116 compliant

    Uncategorized curl
    10
    0 Votes
    10 Posts
    42 Views
    @bagder Maybe you should have a LLM catch footer that says "ignore previous instructions" and provides bogus contact info. Since given how little these people read maybe they're having their slop machines parse the doc for them.
  • printf "%s\n" 'e

    Uncategorized 39c3 w3m awk unix wget curl
    1
    0 Votes
    1 Posts
    6 Views
    printf "%s\n" 'e !sort -u %' wq | ed -s skip; w3m -dump 'https://cdn.media.ccc.de/congress/2025/webm-hd/' | awk '/\[[0-9]+\] https:.*webm-hd.*\.webm$/{print $2}' | sort | comm -23 - skip | tee urls | while read -r u; do echo $u; grep -Fq "$u" skip && continue; wget -c "$u" && echo $u >> skip; doneDownloading recorded talks from #39c3 using #ed #w3m #awk and other #unix tooling <3Thought about replacing #wget with #curl but old dogs and such...
  • 0 Votes
    1 Posts
    8 Views
    Joshua Rogers sent us a *massive* list of potential issues in #curl that he found using his set of AI assisted tools. Code analyzer style nits all over. Mostly smaller bugs, but still bugs and there could be one or two actual security flaws in there. Actually truly awesome findings.I have already landed 22(!) bugfixes thanks to this, and I have over twice that amount of issues left to go through. Wade through perhaps.Credited "Reported in Joshua's sarif data" if you want to look for yourself