v8: mark vulnerable

The v8 package has not been updated for 3 years.
This commit is contained in:
Thomas Gerbet 2024-05-30 11:57:13 +02:00
parent 214a77ff83
commit bea2f0a2ea

View File

@ -190,5 +190,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ proglodyte matthewbauer ];
platforms = platforms.unix;
license = licenses.bsd3;
knownVulnerabilities = [ "Severely outdated with multiple publicly known vulnerabilities" ];
};
}