diff options
author | alextarazanov <alextarazanov@yandex-team.com> | 2022-12-07 11:17:35 +0300 |
---|---|---|
committer | alextarazanov <alextarazanov@yandex-team.com> | 2022-12-07 11:17:35 +0300 |
commit | 2f78a7212c94e0f1af5917ff2d7a828a2e9e5250 (patch) | |
tree | d8e31b0ae75876b098d5a824fbbe192d45700005 | |
parent | f00f6934361afa3ec43a0a0355082063a772367f (diff) | |
download | ydb-2f78a7212c94e0f1af5917ff2d7a828a2e9e5250.tar.gz |
[review] [YDB] Check "Add credits to security changelog" translate
Лог локальной сборки без ошибок.
-rw-r--r-- | ydb/docs/en/core/security-changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/security-changelog.md b/ydb/docs/en/core/security-changelog.md index 405f673d137..bfd809d7a46 100644 --- a/ydb/docs/en/core/security-changelog.md +++ b/ydb/docs/en/core/security-changelog.md @@ -4,7 +4,7 @@ ### CVE-2022-28228 {#cve-2022-28228} -Out-of-bounds read was discovered in YDB server. An attacker could construct a query with insert statement that would allow him to read sensitive information from other memory locations or cause a crash. +Out-of-bounds read was discovered in YDB server. An attacker could construct a query with an insert statement that would allow them to access confidential information or cause a crash. Link to CVE: [https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28228). |