Also some fun takeaways: it also makes external calls to azure to load configuration and stays silent after updating for 2 weeks before showing warnings.

Moq is unusable. Needs to be forked or repoaced. Time to switch to NSubstitute.

    • JakenVeina@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      11 months ago

      If your usage is that ingrained, the other option is to fork it and drop the dependency, or swap to any of the already-numerous forks that do so. Unless there’s licensing concerns with that approach?

      • Kogasa@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        11 months ago

        You’re relying on the fork to remain maintained, or else you risk you run into build/functional issues at some undetermined point in the future when it becomes incompatible with other changes in your environment/project. If you don’t trust the fork will be maintained, you should begin decoupling your project from the library anyway. I would be more willing to trust an alternate (or no) mocking framework over a Moq fork to be supported in the long term. That might change in a couple months if one becomes established.

        I would personally wait a couple months, or until the original Moq creator reverses course. (If he does that, I think it’s unlikely a fork will compete with the original, so I’d start removing the dependency as I can’t trust the author anymore.)

  • rookeh@geddit.social
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    11 months ago

    Sounds like the dev was unsatisfied with the low sponsorship numbers on his project, which when you consider how many devs only ever interact with Moq via the package manager or command line might be a fair complaint…but the decision to just start harvesting user data like a lowlife as an alternative source of income is some galaxy brain shit.

    It’s not like this would even be sustainable. What did he think was going to happen, devs would just blindly accept a new shady looking package appearing in their dependency stack with no further investigation?

    As a result of this stupidity Moq will now be on the shit-list of every corporation using .NET, especially those based in Europe due to GDPR implications.

  • Dranadia@lemm.ee
    link
    fedilink
    arrow-up
    16
    ·
    11 months ago

    Holy shit. This is so bad. That’s my entire September gone… I actually fought internally for my company to donate to this and a couple of other projects, but I guess this one is off the donation list at this point.

      • argv_minus_one@beehaw.org
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        11 months ago

        Now businesses are going to start being much more of a pain in the ass about using OSS.

        What, they think commercial products don’t contain malware? Windows contains malware, under the deceptive name of “telemetry”, and I don’t see any businesses complaining too loudly about that.

  • asyncrosaurus@programming.devOP
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    11 months ago

    Update: https://github.com/moq/moq/issues/1374#issuecomment-1671166436

    Dev is still defending his action and apparently believes he’s done nothing wrong. Harvesting developers email and extorting them by sabotaging builds is no big deal.

    Absolute clown. OSS needs a better solution to funding devs hard work, but it is not a vehicle for an egomaniac to get rich.

    I’m still pro-not mocking. Maybe this is a good opportunity to stop using so many mocks in our tests, and write validation on the actual behavior of your code.

  • Hector_McG@programming.dev
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    11 months ago

    I knew that software supply chain dependency poisoning was increasing becoming a problem with open source, I just didn’t expect it to be from the original creator.

    • TheCee@programming.dev
      link
      fedilink
      arrow-up
      18
      ·
      11 months ago

      It’s in line with their delusional rationalization on their blog:

      And I’m a firm believer that supporting your fellow developers is something best done personally. Having your company pay for software surely doesn’t feel quite as rewarding as paying from your own pocket, and it surely feels different for me too. We really don’t need to expense our employers for a couple bucks a month, right??

      Just in case you felt that passionate about your enterprise-themed boilerplate work equipment.

      I still find it hard to tell if it’s malice or ineptitude, though.

      • Redjard@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        11 months ago

        There was some concern that SponsorLink might be collecting your email without your explicit consent. This is incorrect […] The email on your local machine is hashed with SHA256 [before being sent] The resulting opaque string (which can never reveal the originating email) is the only thing used.

        It’s hard for me to believe someone who spent time implementing such a system would fall for such an obvious fallacy of what hashing can do. It’s like hashing phone numbers, completely worthless - if the list of values it could be is limited you can simply brute force it. Take some available lists of known emails, take all known domains or mail servers and try github@domain, try some basic password cracking methods, dictionary attacks and simply append @gmail.com etc., I’d be surprised if you couldn’t de"anonymize" 99.9% of mails pretty much instantly.

        But right at the start of the projects readme we have “The resulting opaque string (which can never reveal the originating email) is the only thing used”. “never” is something you wouln’t say about salted passwords hashed with sha512, for unsalted emails it’s asenine

    • JonC@programming.dev
      link
      fedilink
      English
      arrow-up
      13
      ·
      11 months ago

      Looks like SponsorLink is written by the same guy who wrote Moq. Feels like he’s been planning this for a while.

      I’m sympathetic to the cause as I know it can’t be easy trying to find open source work, but I think he’s gone about this all wrong

  • pinkfootedgoose@sh.itjust.works
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    I have many issues with this, but I don’t know why you would assume I’d rather pay a few bucks of my own money vs much more of my companies. Paying for useful software in a revenue generating business is more common than not.

  • davidwengier
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    No need to rush out and replace Moq, you’re fine if you’re on a lower version. We are using 4.16 or something at work, and I don’t see any need to take any action there. Didn’t have a reason to upgrade anyway.

    If the SponsorLink package comes back, and kzu is determined to push forward with it (which is absolutely his right to do) then long term I guess we’ll move to something else. My preference would be to stop using mocks altogether.

  • Bappity@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    FFS why does this need telemetry??? why can’t we have nice things for more than 5 minutes

  • TheLinuxGuy@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    11 months ago

    This is not the first time it happens with Dotnet Open Source packages, there are some pretty funky things going on namely:

    Imagesharp (They re-license from Apache 2 to something like Community/Commercial licenses and threw a huge fit over it)

    Fody (It expects the software contributors of Fody to be a patron.)

    • TheCee@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      11 months ago

      It expects the software contributors of Fody to be a patron.

      As in, you can only contribute source code if you also pay in money?

        • TheCee@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          Interesting, thanks. Well, that’s kind of a good reason, except maybe they should have been more upfront about it.

          • TheLinuxGuy@programming.dev
            link
            fedilink
            English
            arrow-up
            11
            ·
            11 months ago

            I think it’s asinine to ask the developer who contribute to your project, literally taking the time of the day writing the code and submit PR to your project, to pay money to you.

            I wouldn’t even bother contributing to the project at that point.

            • TheCee@programming.dev
              link
              fedilink
              arrow-up
              5
              ·
              11 months ago

              Yes, doing this after the fact is a nice way to blow all trust. There is always this attempted lock-in kind of taste.