Skip to main content
Upload debug symbol files (.pdb) to enhance the accuracy of security analysis. Debug symbols provide additional context that helps identify more vulnerabilities.

When to Use This Endpoint

Upload debug symbols after uploading your binary image when:
  • You have .pdb files available from your build process
  • You want more accurate vulnerability detection
  • You need better source code correlation in findings
Tip: Debug symbols significantly improve analysis accuracy. Always upload them when available.

Request

Endpoint
Path Parameters Headers Form Fields

Example Request - Single File

Example Request - Batch Upload

If you have multiple .pdb files, upload them in a loop:

Response

Returns the created file object with upload confirmation.

Best Practices

User Guides