InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties…

Follow publication

Member-only story

Why Your DevOps Pipeline Should Include SAST

Cybersecurity is one of the major concerns of the modern era. The risk of a potential hacker or virus invading our systems or personal data is at the highest point it has ever been. Hence, we need near-perfect security testing measures to prevent these from occurring. Apart from preventive measures such as anti-virus installations, we also have certain tools and software that validate the security of programs and applications.

One such testing methodology is static application security testing (SAST).

What is SAST?

SAST is also commonly referred to as static code analysis. It is a white-box testing method that scans the working of an application even before the code is compiled. SAST can be implemented even before the compilation procedure because it does not require a working application.

SAST is a crucial testing methodology that utilizes the source code to find potential threats and security vulnerabilities that can make your organization’s applications susceptible to attack.

DevOps is a combination of two words, namely development and operation. Even the pronunciation of this word results in a portmanteau of “development” and “operations”.

What does DevOps exactly mean?

There are several definitions and terminologies to understand DevOps. However, a simple logical way of understanding DevOps is as the combination of effective practices and efficient…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Bharath K

Love to explore and learn new concepts. Extremely interested in AI, deep learning, robots, and the universe. LinkedIn — www.linkedin.com/in/bharath-k-421090194

Responses (1)

Write a response

Nice article. You can try to include Betterscan.io in your CI/CD. Covers many things for Code and Cloud.

--