-
What is CI/CD and it’s Top 10 Risks
CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It is a set of practices and methodologies that enable software development teams to deliver code changes more frequently, reliably, and efficiently.…
-
DevSecOps and Its Risks
DevSecOps is an approach that combines development, security, and operations principles to integrate security practices throughout the software development lifecycle (SDLC). It aims to ensure that security considerations are taken into account from…
-
Vulnerability in Python Libraries
As Python being the most widely used programming language, giving us flexibility in writing code, it also comes with lots of vulnerabilities. The severity of the vulnerability depends upon the error present in…
-
Secure SDLC
It has always has been the way, when we think of Security after we have been Compromised. Then why not think of Security during the building phase of an application. This is where…
-
Python : SSL Version Scanner
Python package to find SSL/TLS version of a Host. You can modify the script for host, and get the SSL/TLS version number in order to find their vulnerabilities. Follow this below link, to…
-
How to build python package and keep your sanity
Python is a cool language, we can do near to everything, whether to run a Hello World to developing a tool. Here we’ll see how to create your own sample python package in…