Whitespots Portal

Whitespots Portal Scanner provides the ability for users to submit their own data to Appsec Portal for further processing and management. To do this, the importer needs to provide a list of dictionaries in the following format:

[
    {
        name : β€œstrβ€œ,
        severity : β€œstr”,
        description : β€œstr”,
        file_path : β€œstr”,
        line : int,
        vulnerable_url : β€œstr”,
        dependency : β€œstr”
    }
]

This tool provides flexibility and allows users to submit their data for further analytics and security improvements using Appsec Portal.

Last updated