I’ve heard people mention curl and imagemagick. Any others that you know about?

    • @[email protected]
      link
      fedilink
      English
      331 year ago

      The neat thing about the log4j thing was even a cursory explanation of the vulnerability made anyone with a passing familiarity with security say, “Why the fuck would that even be a feature?!”

      • @[email protected]
        link
        fedilink
        English
        221 year ago

        As a non-java company developer at the time, I think our biggest challenge was explaining to everyone that Log4j didn’t affect us. It took a non-zero amount of effort because a lot of customers panicked. To be fair, it was also an industry where confidentiality is important.

        • JackbyDev
          link
          English
          71 year ago

          Also a lot of people were pulling it transitively.

      • @[email protected]
        link
        fedilink
        English
        61 year ago

        Oh man. I missed it by like a month. I graduated with my bachelors in December, and started in January. I was hearing horror stories from my new coworkers about how people had to cancel vacations to get stuff patched asap

      • @[email protected]
        link
        fedilink
        English
        51 year ago

        It was if none of your code used log4j. I remember being very grateful that I had chosen java.util.logging and Logback for my Java logging needs.

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          Lol, yeah for us we didn’t own any of the code that used it but depended on server software made internally that did. At the time we managed our own hosts, so it was a long week of deployments.

    • elrac
      link
      fedilink
      61 year ago

      That one was so annoying because you had to be using the log server to have any issues. If your network was locked down, the log server was disabled, or if you happened to be using a version that was from before the log server was added, then there were no issues. But clients just heard “log4j” and thought it was unsafe.

    • Haus
      link
      fedilink
      11 year ago

      Couldn’t remember which logging library it was, thanks for mentioning it, it would have low-key bugged me all day.