Attempting to create a post with a title of “0! = 1” causes lemmy to stall, with the create post button remaining as a little spinning circle and no error messages.

This is not ideal?

  • tiredofsametab
    link
    fedilink
    281 year ago

    This is not ideal?

    If inputs are not being sanitized properly, it’s a huge security risk

    • @TootSweet
      link
      English
      14
      edit-2
      1 year ago

      There is no such things as unsafe text or unsafe characters. Only incorrect and insecure encoding practices. There’s no valid security reason why something like 0 != 1 (or for that matter '); drop table posts; --) should not be allowed as a post title unless the developers are just too lazy or clueless to use parameterized SQL queries and correctly escape the title when including it in an HTML template.

    • UristOP
      link
      fedilink
      51 year ago

      This is what I was worried about but I know just about nothing about lemmy/databases/etc

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

      invalid_post_title error on Memmy on iOS. Seems the error isn’t being handled properly on the web interface. Why it’s an invalid title is the real mystery I suppose.

      • RoundSparrow
        link
        fedilink
        81 year ago

        lemmy-ui is still pretty bad about presenting spinning graphics when encountering an error. As for why the title isn’t rejected, maybe it’s too short, I don’t know the length minimum.

        • UristOP
          link
          fedilink
          41 year ago

          I think you’re on to something. I think the title doesn’t have enough characters in it of the right sort. These three post titles were rejected:

          R

          =

          ==

          I was able to make a post titled “===“.

          The only conclusion that can be drawn is lemmy is discriminatory against math. Disgusting.

    • UristOP
      link
      fedilink
      51 year ago

      Oh! Good point.

      I was posting this on Firefox on my desktop computer. It’s just the regular website, no front ends. I do have uMatrix but it’s disabled for lemmy (I can’t figure out how to make it work right with lemmy)

      Maybe this has something to do with Blahaj? This stuff is real complicated.