• MTK@lemmy.world
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    2 months ago

    If only we had terms for environments that were ment for testing, staging, early release and then move over to our servers that are critical…

    I know it’s crazy, really a new system that only I came up with (or at least I can sell that to CrowdStrike as it seems)

    • gedhrel@lemmy.world
      link
      fedilink
      arrow-up
      22
      ·
      2 months ago

      Check Crowdstrike’s blurb about the 1-10-60 rule.

      You can bet that they have a KPI that says they can deliver a patch in under 15m; that can preclude testing.

      Although that would have caught it, what happened here is that 40k of nuls got signed and delivered as config. Which means that unparseable config on the path from CnC to ring0 could cause a crash and was never covered by a test.

      It’s a hell of a miss, even if you’re prepared to accept the argument about testing on the critical path.

      (There is an argument that in some cases you want security aystems to fail closed; however that’s an extreme case - PoS systems don’t fall into that - and you want to opt into that explicitly, not due to a test omission.)

      • Mischala@lemmy.nz
        link
        fedilink
        arrow-up
        20
        ·
        2 months ago

        That’s the crazy thing. This config can’t ever been booted on a win10/11 machine before it was deployed to the entire world.

        Not once, during development of the new rule, or in any sort of testing CS does. Then once again, never booted by MS during whatever verification process they (should) have before signing.

        The first win11/10 to execute this code in the way it was intended to be used, was a customer’s machine.

        Insane.

        • gedhrel@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          2 months ago

          Possibly the thing that was intended to be deployed was. What got pushed out was 40kB of all zeroes. Could’ve been corrupted some way down the CI chain.