mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
router: add CVE-2023-45812 to knownVulnerabilities
This commit is contained in:
parent
c2273e116f
commit
ed972a40b2
@ -42,5 +42,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://www.apollographql.com/docs/router/";
|
||||
license = licenses.elastic20;
|
||||
maintainers = [ maintainers.bbigras ];
|
||||
knownVulnerabilities = [ "CVE-2023-45812" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user