Cómo ver las vulnerabilidades de los paquetes de Python
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En esta página, se describe cómo puedes ver las vulnerabilidades en los paquetes de Python que detectó Notebook Security Scanner.
Cómo filtrar los resultados de vulnerabilidades de paquetes
En el caso del Notebook Security Scanner, puedes filtrar los resultados de vulnerabilidades de paquetes por categoría, nombre visible de la fuente, gravedad y ID del proyecto.
Ve a la página Resultados de Security Command Center.
En el selector de proyectos, selecciona el proyecto o la organización para los que necesitas ver los resultados de vulnerabilidades del paquete.
En la página Resultados, se muestran los resultados solo para el proyecto o la organización que seleccionaste.
En la sección Filtros rápidos, selecciona una o más de las siguientes opciones:
En la sección Categoría, selecciona Vulnerabilidad del paquete.
En la sección ID del proyecto, selecciona tu ID del proyecto.
En la sección Nombre visible de la fuente, selecciona Notebook Security Scanner.
En la sección Gravedad, selecciona el valor de gravedad requerido.
En la página Resultados, se muestra una lista de resultados que coinciden con el tipo que seleccionaste.
Cómo ver los hallazgos de vulnerabilidades de paquetes más antiguos
Según la configuración predeterminada, en la página Hallazgos de Security Command Center, solo se muestran los hallazgos activos de vulnerabilidades de paquetes que tienen menos de siete días de antigüedad.
Si deseas ver los resultados de vulnerabilidades de paquetes que tienen más de siete días y no se abordaron, haz lo siguiente:
Ve a la página Resultados de Security Command Center.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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)."]]