• Arthur Besse@lemmy.mlM
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    11 months ago

    sites like this are neat until you remember that curl’s willingness to write ansi escape codes to stdout when it is a tty (as this site relies on to format the output when the user agent is curl) is actually a security vulnerability.

    • tal@lemmy.today
      link
      fedilink
      arrow-up
      3
      ·
      11 months ago

      I’m more-inclined to blame a virtual terminal than the program writing the sequences if there’s an exploit there.

      • Arthur Besse@lemmy.mlM
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Of course the terminal emulators are ultimately to blame but when there are so many problems in so many of them, imo curl’s default behavior should be to filter its output when writing to a tty.