home.social

#inputvalidation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #inputvalidation, aggregated by home.social.

fetched live
  1. 🌟 Oh no, another CVE just dropped! 🙄 It's a good thing we have an endless supply of version numbers and cryptic abbreviations to keep us entertained while the "experts" scramble to patch their precious AI toys. 🤖 Just sit back and watch as the "critical severity" takes a leisurely stroll through insecure headers, because who needs proper input validation in 2026 anyway? 😂
    badhost.org/ #CVE2026 #AIsecurity #inputvalidation #cybersecurity #vulnerabilities #HackerNews #ngated

  2. 🌟 Oh no, another CVE just dropped! 🙄 It's a good thing we have an endless supply of version numbers and cryptic abbreviations to keep us entertained while the "experts" scramble to patch their precious AI toys. 🤖 Just sit back and watch as the "critical severity" takes a leisurely stroll through insecure headers, because who needs proper input validation in 2026 anyway? 😂
    badhost.org/ #CVE2026 #AIsecurity #inputvalidation #cybersecurity #vulnerabilities #HackerNews #ngated

  3. @rotnroll666

    No error handling and no suitable tests for consumers of the feature file are, of course, also a tremendous trade-off between security, performance, and robustness. #resilience #inputvalidation🤷‍♂️🤦‍♂️

  4. @rotnroll666

    No error handling and no suitable tests for consumers of the feature file are, of course, also a tremendous trade-off between security, performance, and robustness. #resilience #inputvalidation🤷‍♂️🤦‍♂️

  5. Today's one of the few times when #rust's error handling surprised me. I was using a range with values taken from the user, and forgot to validate. Usually when rust knows something can go wrong it issues a result, or an option, but not in this case, so the program panics if the user enters the wrong thing.

    #ErrorHandling #InputValidation

  6. Today's one of the few times when #rust's error handling surprised me. I was using a range with values taken from the user, and forgot to validate. Usually when rust knows something can go wrong it issues a result, or an option, but not in this case, so the program panics if the user enters the wrong thing.

    #ErrorHandling #InputValidation