Python: JSON vs Pickle
Which serializer is faster in Python, JSON or Pickle? A small benchmark measuring time and memory with the standard library, UltraJSON and Pickle protocols 4 and 5.
Which serializer is faster in Python, JSON or Pickle? A small benchmark measuring time and memory with the standard library, UltraJSON and Pickle protocols 4 and 5.
Second post of the DevSecOps series. How to check Dockerfiles for security issues automatically in your CI pipeline, comparing Hadolint and Dockerfile-security.
A zip bomb is a 2001 attack that still works in 2019 and, in an automated pipeline, can reach production on its own. A demo taking down Apache Tomcat with a .war file.
How Jenkins, GitHub Actions, GitLab CI/CD and Bitbucket Pipelines store secrets, and how to use them so production credentials never end up in a log.
How to add a one-time password (OTP) as a second factor to your SSH server with libpam-google-authenticator on Ubuntu or Debian, step by step.