Visualizzare le vulnerabilità dei pacchetti Python
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa pagina descrive come visualizzare le vulnerabilità nei pacchetti Python
rilevate da Notebook Security Scanner.
Filtrare i risultati di vulnerabilità dei pacchetti
Per Notebook Security Scanner, puoi filtrare i risultati delle vulnerabilità dei pacchetti
utilizzando la categoria, il nome visualizzato dell'origine, la gravità e l'ID progetto.
Vai alla pagina Risultati di Security Command Center.
Nel selettore di progetti, seleziona il progetto o l'organizzazione
per cui devi visualizzare i risultati delle vulnerabilità dei pacchetti.
La pagina Risultati mostra i risultati solo per il progetto o l'organizzazione che hai selezionato.
Nella sezione Filtri rapidi, seleziona una o più delle seguenti opzioni:
Nella sezione Categoria, seleziona Vulnerabilità del pacchetto.
Nella sezione ID progetto, seleziona l'ID progetto.
Nella sezione Nome visualizzato origine, seleziona Scanner di sicurezza di Notebook.
Nella sezione Gravità, seleziona il valore di gravità richiesto.
La pagina Risultati mostra un elenco di risultati che corrispondono al tipo
che hai selezionato.
Visualizzare i risultati precedenti relativi alle vulnerabilità dei pacchetti
Per impostazione predefinita, la pagina Risultati di Security Command Center mostra solo i risultati relativi alle vulnerabilità dei pacchetti attivi risalenti a meno di sette giorni.
Se vuoi visualizzare i risultati delle vulnerabilità dei pacchetti risalenti a più di
sette giorni e non risolte:
Vai alla pagina Risultati di Security Command Center.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-05 UTC."],[],[],null,["| **Preview**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n|\n| **Note:** This feature is available with either the\n| [Enterprise or Premium tier](/security-command-center/docs/service-tiers) of Security Command Center.\n\nThis page describes how you can view the vulnerabilities in Python\npackages that were detected by Notebook Security Scanner.\n\nFilter package vulnerability findings\n\nFor Notebook Security Scanner, you can filter the package vulnerability findings\nby using the category, source display name, severity, and project ID.\n\n1. Go to the Security Command Center **Findings** page.\n\n [Go to Findings](https://console.cloud.google.com/security/command-center/findingsv2)\n2. In the project selector, select the project or organization\n for which you need to view the package vulnerability findings.\n\n The **Findings** page displays findings only for the project or organization that you\n selected.\n3. In the **Quick filters** section, select one or more of the following:\n\n - In the **Category** section, select **Package vulnerability**.\n - In the **Project ID** section, select your project ID.\n - In the **Source display name** section, select **Notebook Security Scanner**.\n - In the **Severity** section, select the required severity value.\n\n The **Findings** page displays a list of findings that match the type\n you selected.\n\nView older package vulnerability findings\n\nBy default, the Security Command Center **Findings** page displays only active package\nvulnerability findings that are less than seven days old.\n\nIf you want to view package vulnerability findings that are older than\nseven days and have not been addressed, do the following:\n\n1. Go to the Security Command Center **Findings** page.\n\n [Go to Findings](https://console.cloud.google.com/security/command-center/findingsv2)\n2. In the project selector, select the project or organization\n for which you need to view the package vulnerability findings.\n\n The **Findings** page displays findings only for the project or organization that you\n selected.\n3. In the **Time range** list, select the required time range.\n\n You can also add more filters such as **Source display name** and **Category**.\n4. If you want to view the package vulnerability findings that are published after a\n particular timestamp, do the following:\n\n 1. Click **Edit Query**.\n 2. In the **Query Editor** , add a condition on `create_time` and `parent_display_name`.\n\n The following example query displays the active package vulnerability\n findings that are created after 2024-07-16. \n\n state=\"ACTIVE\"\n AND NOT mute=\"MUTED\"\n AND parent_display_name=\"Notebook Security Scanner\"\n AND create_time \u003e \"2024-07-16\"\n\nWhat's next\n\n- Learn more about [filtering vulnerability findings in Security Command Center](/security-command-center/docs/filter-vulnerability-findings)."]]