Categories
Cybersecurity

Security & Code Quality Tools

Share on facebook
Facebook
Share on twitter
Twitter
Share on linkedin
LinkedIn
Share on whatsapp
WhatsApp
Share on email
Email
Share on print
Print

General & Generic Code Quality (Static Application Security Testing — SAST)

This is a White-box testing method. (inside out approach)

  • Checking naming conventions
  • Checking of duplicated codes
  • Highlighting complicated codes such as if-else while loops
  • OWASP vulnerability
  • CWE list

Dynamic Vulnerability (Dynamic Application Security Testing — DAST)

This is a Black-box/Grey-box testing method. (Outside in approach)

  • Performed on runtime with deployed binaries.
  • Checks for application inputs and responses.
  • Crawls the site

Dependency Libraries Vulnerabilities

Open-source security

  • Software composition analysis (SCA)
  • Scans each OSS library

Container Security

Cloud-based applications and server-less

  • Signature monitoring of container drifts and rogue containers
  • Scans for setup errors and vulnerabilities
  • Provides risk scoring for vulnerability type
  • Checks image registries and specific images are used

Share this article

Share on facebook
Facebook
Share on twitter
Twitter
Share on linkedin
LinkedIn
Share on whatsapp
WhatsApp
Share on email
Email
Share on print
Print