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

Was this helpful?

  1. Features
  2. Dependency Scanning

Supported Package Managers

We currently support the following package managers:

Supported File Types

Package Manager
File
Lock File
Scanning Supported
Autofix Supported

Composer

composer.json

composer.lock

Yes

No

Go Modules

go.mod

go.sum

Yes

Yes

Gradle

build.gradle

gradle.lockfile

Yes

No

Gradle Version Catalog

libs.versions.toml

Yes

Yes

Maven

pom.xml

Yes

Yes

NPM

package.json

package-lock.json

Yes

Yes

NuGet

*.csproj

packages.config

Yes

No

Pip

Pipfile

Pipfile.lock

Yes

No

Pip

requirements.txt

Yes

Yes

Pip

setup.py

No

No

Poetry

pyproject.toml

poetry.lock

Yes

No

RubyGems

Gemfile

Gemfile.lock

Yes

No

Yarn

package.json

yarn.lock

Yes

No

PreviousDependency ScanningNextSecrets Scanning

Last updated 2 months ago

Was this helpful?