Giter VIP home page Giter VIP logo

security's Introduction

security

This repo will contain info about various security related projects and information in order to build, deploy and manage apps in a secure way.

  • Software supply chain security

https://github.com/sigstore

  • Understand your dependencies

https://deps.dev/

  • How does HTTPS work? What's a CA? What's a self-signed Certificate?

https://www.youtube.com/watch?v=T4Df5_cojAs

Zero trust supply chains (sigstore)

https://docs.google.com/document/d/1CRvANkYu0fxJjEZO4KTyyk_1uZm2Q9Nr0ibxplakODg/edit?ts=60b8f2cd&resourcekey=0-nGnWnCni8IpiXim-WreYMg#heading=h.fyy27kd27z1r

https://sigstore.dev/

https://github.com/sigstore

https://www.redhat.com/en/blog/sigstore-open-answer-software-supply-chain-trust-and-security

Kubernetes Admission Controller

https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/

Integrity Shield - Integrity Enforcer to run only secure apps on Kubernetes / OpenShift

Open Policy Agent Gatekeeper

Dan Lorenc sample admission contoller

Connaisseur Admission Controller has support for sigstore cosign

Kyverno Admission Controller has support for sigstore cosign

Portieris Admission Controller

Issue to track work on Deployment policies (i.e. admission controller to verify container image is signed)

sigstore/cosign#196

ArgoCD integration with Sigstore

Web Security Tools

  • OWASP ZAP (open source tool)

https://owasp.org/www-project-zap/

  • Burp suite (commercial paid product used by professional hackers)

https://portswigger.net/burp

  • dvws-node

Damn Vulnerable Web Service (example web app of what not to do - contains many vulnerabilities)

https://github.com/snoopysecurity/dvws-node

OpenShift/Kubernetes Security

apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ .Values.name }}
automountServiceAccountToken: false

The automountServiceAccountToken: false will ensure that the service account secret does not get mounted. As a best practice, create a service account per app.

Miscellaneous

security's People

Contributors

gkovan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.