View Python package vulnerabilities

This page describes how you can view the vulnerabilities in Python packages that were detected by Notebook Security Scanner.

Filter package vulnerability findings

For Notebook Security Scanner, you can filter the package vulnerability findings by using the category, source display name, severity, and project ID.

  1. Go to the Security Command Center Findingspage.

    Go to Findings

  2. In the project selector, select the project or organization for which you need to view the package vulnerability findings.

    The Findingspage displays findings only for the project or organization that you selected.

  3. In the Quick filterssection, select one or more of the following:

    • In the Categorysection, select Package vulnerability.
    • In the Project IDsection, select your project ID.
    • In the Source display namesection, select Notebook Security Scanner.
    • In the Severitysection, select the required severity value.

    The Findingspage displays a list of findings that match the type you selected.

View older package vulnerability findings

By default, the Security Command Center Findingspage displays only active package vulnerability findings that are less than seven days old.

If you want to view package vulnerability findings that are older than seven days and have not been addressed, do the following:

  1. Go to the Security Command Center Findingspage.

    Go to Findings

  2. In the project selector, select the project or organization for which you need to view the package vulnerability findings.

    The Findingspage displays findings only for the project or organization that you selected.

  3. In the Time rangelist, select the required time range.

    You can also add more filters such as Source display nameand Category.

  4. If you want to view the package vulnerability findings that are published after a particular timestamp, do the following:

    1. Click Edit Query.
    2. In the Query Editor, add a condition on create_time and parent_display_name .

      The following example query displays the active package vulnerability findings that are created after 2024-07-16.

       state="ACTIVE"
      AND NOT mute="MUTED"
      AND parent_display_name="Notebook Security Scanner"
      AND create_time > "2024-07-16" 
      

What's next

Design a Mobile Site
View Site in Mobile | Classic
Share by: