Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ipywidgets>=8.x to fix security vulnerabilities #2545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2024

  1. Update setup.py

    Bump ipywidgets >=8.0 to resolve CVEs:
    
    ```
    -> Vulnerability found in ipywidgets version 7.8.1
       Vulnerability ID: 50664
       Affected spec: <8.0.0
       ADVISORY: Ipywidgets 8.0.0 sanitizes descriptions by default.jupyter-widgets/ipywidgets#2785
       PVE-2022-50664
       For more information about this vulnerability, visit https://data.safetycli.com/v/50664/97c
       To ignore this vulnerability, use PyUp vulnerability id 50664 in safety’s ignore command-line argument or add the ignore to your safety policy file.
    
    -> Vulnerability found in ipywidgets version 7.8.1
       Vulnerability ID: 50463
       Affected spec: <8.0.0rc2
       ADVISORY: Ipywidgets 8.0.0rc2 makes descriptions plaintext by default for security.jupyter-widgets/ipywidgets#2785
       PVE-2022-50463
       For more information about this vulnerability, visit https://data.safetycli.com/v/50463/97c
       To ignore this vulnerability, use PyUp vulnerability id 50463 in safety’s ignore command-line argument or add the ignore to your safety policy file.
    ```
    
    Signed-off-by: Darren Weber <[email protected]>
    dazza-codes committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ba498db View commit details
    Browse the repository at this point in the history