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
    3010 months ago

    This is not ideal?

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

    • @TootSweet@lemmy.world
      link
      fedilink
      English
      15
      edit-2
      10 months 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
      510 months ago

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

    • @danwardvs@sh.itjust.works
      link
      fedilink
      English
      910 months 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
        810 months 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
          410 months 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
      510 months 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.