• mudkip@lemdro.idOP
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    Then how do you explain the fact that they removed it a few hours after it was posted? 🤡

    • FreedomAdvocate@lemmy.net.auBanned from community
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      3
      ·
      9 months ago

      Because of people like you thinking they fucked up and spreading FUD?

      If you knew anything about software development and the internet you would understand that there was no issue here. It’s all client side code. It’s not hiding any secrets, it’s not stuff that is any use to anyone.

      • mudkip@lemdro.idOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        9 months ago

        Not about client-side vs server-side. It’s unminified source code containing comments, links to internal tickets and private repositories. That’s the exact reason it’s meant to be stripped at build time, not because of FUD but because it’s a legitimate risk.

        • FreedomAdvocate@lemmy.net.auBanned from community
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          3
          ·
          9 months ago

          You know you can un-minify code, don’t you? Minifying it doesn’t encrypt it. The links to internal tickets and private repositories would still be there even if they minify it.

          Links to internal tickets and repos aren’t a security issue btw.

          • mudkip@lemdro.idOP
            link
            fedilink
            English
            arrow-up
            4
            ·
            9 months ago

            Minifying is a one way process and once it’s done, you lose the names of all variables and functions. And no, they wouldn’t be present because comments are stripped.

          • bookmeat@lemmynsfw.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 months ago

            No, this is food for exploit-searching AI. Private comments and tickets, etc is what they use to leverage targeted attacks.