LogoLogo
Book a Demo
  • Introduction
  • Getting Started
    • Install
    • Configuration - General
    • Configuration - Code
    • Configuration - Dependencies
    • Configuration - Containers
    • Configuration - Secrets
    • Configuration - Attack Surface Monitoring
  • Features
    • Code Scanning
      • Custom Rules
      • Supported Languages
    • Dependency Scanning
      • Supported Package Managers
    • Secrets Scanning
      • Supported Secret Types
      • Confidential Information
    • Web App Penetration Testing
      • Quickstart
      • Supported Applications
      • Apps in Private Networks
      • Custom Rules
    • Orchestration
  • Integrations
    • GitHub
      • Repository Issue Dashboards
    • Bitbucket
      • Repository Dashboards
    • Slack
      • Install
    • Jira
      • Install
      • Configuration
      • Assignee
      • Priorities
      • Manual Ticket Creation
    • AWS
      • Prerequisites
      • Configuration
  • API Reference
    • Nullify API
      • Authentication
      • Pagination
      • Admin
      • Code Scanning (SAST)
      • Dependency Scanning (SCA)
      • Secrets Scanning
      • Dynamic Scanning (DAST)
  • Enterprise Tier
    • GitHub Install
    • Azure DevOps Install
  • More Info
    • About Us
    • Latest Updates
    • Security
    • Data Handling Policy
Powered by GitBook

© 2023 Nullify | All Rights Reserved.

On this page
  • Detect real vulnerabilities
  • Scan large codebases efficiently
  • Autofix vulnerabilities

Was this helpful?

  1. Features

Code Scanning

Static Application Security Testing (SAST)

Nullify performs static code analysis on every developer workflow, from commit to pull request and merge.

Detect real vulnerabilities

Every workflow is automatically scanned for vulnerabilities based on OWASP Top 10, code errors/smells and more.

Have something unique in your environment? Create custom vulnerability search criteria unique to your engineering setup.

Scan large codebases efficiently

Nullify Code is capable of scanning large codebases efficiently with low false positive rates.

Instead of scanning the entire codebase on every change, incremental scans focus on the modified files and lines of code, significantly reducing the time required to identify vulnerabilities.

Autofix vulnerabilities

Nullify Code can automatically fix vulnerabilities that are identified in your codebase. Each finding contains detailed descriptions and remediation guidance.

Speed up time to resolution by leveraging Nullify's Autofix feature, automatically creating a pull request with a fix for each detected vulnerability.

PreviousConfiguration - Attack Surface MonitoringNextCustom Rules

Last updated 9 months ago

Was this helpful?