One chestnut from my history in lottery game development:

While our security staff was incredibly tight and did a generally good job, oftentimes levels of paranoia were off the charts.

Once they went around hot gluing shut all of the “unnecessary” USB ports in our PCs under the premise of mitigating data theft via thumb drive, while ignoring that we were all Internet-connected and VPNs are a thing, also that every machine had a RW optical drive.

  • @[email protected]
    link
    fedilink
    78 months ago

    You can also lock down the repo to require approvals before merge into main branch to avoid this.

    • @[email protected]
      link
      fedilink
      1
      edit-2
      8 months ago

      Since we were on the platform team we were all GitHub admins 😩. So it all relied on trust. Is there a way to block even admins?

      • @[email protected]
        link
        fedilink
        28 months ago

        Hm can’t say. I’m using bitbucket and it does block admins, though they all have the ability to go into settings and remove the approval requirement. No one does though because then the bad devs would be able to get changes in without reviews.