Auto Added by WPeMatico

24Jun/24

Prioritize Security Threats Effectively with CVSS (Common Vulnerability Scoring System)

The Forum of Incident Response and Security Teams (FIRST) developed the Common Vulnerability Scoring System (CVSS) to rate the severity of security vulnerabilities in software systems. Specifically, CVSS assigns a …

The post Prioritize Security Threats Effectively with CVSS (Common Vulnerability Scoring System) appeared first on Anto ./online.

04Feb/24

Automating URL Testing in Jenkins Pipeline Script

Jenkins, a popular open-source automation server, is a powerful tool for automating various tasks in the software development and delivery process. One common use case is automating URL testing, and in this blog post, we’ll explore a Jenkins Pipeline script designed to iteratively test a series of web pages by …

The post Automating URL Testing in Jenkins Pipeline Script appeared first on Anto ./online.

04Feb/24

Scan Your Docker Images and Containers with VirusTotal: A Step-by-Step Guide

Introduction Docker has become a popular tool for deploying applications and managing containers. However, as the number of Docker images and containers grows, so does the need to ensure their security. One way to achieve this is by scanning your Docker images and containers with VirusTotal. This guide will walk …

The post Scan Your Docker Images and Containers with VirusTotal: A Step-by-Step Guide appeared first on Anto ./online.

25Jul/23

AWS CDK Bootstrap: The Why and the How

In the ever-expanding ecosystem of cloud services, we come across numerous tools and frameworks that amplify our cloud capabilities. AWS Cloud Development Kit (AWS CDK), an open-source software development framework, is one such tool. This post will delve deeper into a critical aspect of AWS CDK – the cdk bootstrap command, its purpose, usage, and […]