Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

How to

Create Login Scripts with Selenium

In this video, you will learn how to use the Selenium IDE plugin to create a login sequence script that enables Veracode Dynamic Analysis to scan URLs that have form-based authentication. Veracode Dynamic Analysis delivers an automated capability to scan your web applications based on the URLs that you provide. If your website uses form-based authentication (a more complex login procedure than a user name and password, such as a token key or two-step authentication), you must upload a login script to your Dynamic Analysis so that Veracode can log in to application.

How to Implement Network Policy in Amazon EKS to Secure Your Cluster

By default, pods are non-isolated; they accept traffic from any source. The Amazon EKS solution to this security concern is Network Policy that lets developers control network access to their services. Amazon EKS comes configured with Network Policy using Project Calico which can be used to secure your clusters. This class will describe a few use cases for network policy and a live demo implementing each use case.