mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
da2a5cfa94
See #351833 Gemfile: ./pkgs/development/tools/sqlint/Gemfile.lock Name: google-protobuf Version: 3.25.0 CVE: CVE-2024-7254 GHSA: GHSA-735f-pc8j-v9w8 Criticality: High URL: https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-735f-pc8j-v9w8 Title: protobuf-java has potential Denial of Service issue Solution: upgrade to '~> 3.25.5', '~> 4.27.5', '>= 4.28.2'
35 lines
815 B
Nix
35 lines
815 B
Nix
{
|
|
google-protobuf = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0fanhdf3vzghma51w1hqpp8s585mwzxgqkwvxj5is4q9j0pgwcs3";
|
|
type = "gem";
|
|
};
|
|
version = "3.25.5";
|
|
};
|
|
pg_query = {
|
|
dependencies = ["google-protobuf"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "15ynrzqsmmbmxib8ri8n9k6z3l6rwd91j7y1mghm33nfgdf9bj8w";
|
|
type = "gem";
|
|
};
|
|
version = "4.2.3";
|
|
};
|
|
sqlint = {
|
|
dependencies = ["pg_query"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06gljzjhbfvxs85699jr1p7y2j8hhi629kfarad7yjqy7ssl541n";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.0";
|
|
};
|
|
}
|