mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python312Packages.js2py: mark insecure
https://github.com/Marven11/CVE-2024-28397-js2py-Sandbox-Escape
(cherry picked from commit ac6983c063
)
This commit is contained in:
parent
84c2b044c0
commit
9a125361b3
@ -42,5 +42,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/PiotrDabkowski/Js2Py";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
knownVulnerabilities = [ "CVE-2024-28397" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user