summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-11-11 19:18:16 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-20 04:48:46 +0000
commita64e0ac24cb6ce95c44350cce8b8cfc82f069cf9 (patch)
tree6b2302c6b684ecd179e52a46ade06ae2ba14c3a3
parentef29efacece1df972ca8b1e40b94c0dd738a90d6 (diff)
downloadmongo-a64e0ac24cb6ce95c44350cce8b8cfc82f069cf9.tar.gz
SERVER-52804 Suppress Black Duck warning for libmongocrypt v1.0.3
-rw-r--r--README.third_party.md4
-rw-r--r--etc/third_party_components.yml1
-rwxr-xr-xsrc/third_party/scripts/kms_message_get_sources.sh2
3 files changed, 4 insertions, 3 deletions
diff --git a/README.third_party.md b/README.third_party.md
index 70c1a0de2d6..ba6ad8d5d51 100644
--- a/README.third_party.md
+++ b/README.third_party.md
@@ -31,7 +31,7 @@ a notice will be included in
| [ICU4] | ICU | 67.1 | 57.1 | ✗ | ✗ |
| [Intel Decimal FP Library] | BSD-3-Clause | 2.0 Update 2 | 2.0 Update 1 | | ✗ |
| [JSON-Schema-Test-Suite] | MIT | | 728066f9c5 | | |
-| [kms-message] | | | 75e391a037 | | ✗ |
+| [kms-message] | | 1.0.4 | 1.0.1 | | ✗ |
| [libstemmer] | BSD-3-Clause | | Unknown | ✗ | ✗ |
| [linenoise] | BSD-3-Clause | | Unknown + changes | | ✗ |
| [MozJS] | MPL-2.0 | ESR 68.9 | ESR 60.3.0 | | ✗ |
@@ -64,7 +64,7 @@ a notice will be included in
[ICU4]: http://site.icu-project.org/download/
[Intel Decimal FP Library]: https://software.intel.com/en-us/articles/intel-decimal-floating-point-math-library
[JSON-Schema-Test-Suite]: https://github.com/json-schema-org/JSON-Schema-Test-Suite
-[kms-message]: https://github.com/mongodb-labs/kms-message
+[kms-message]: https://github.com/mongodb/libmongocrypt/kms-message
[libstemmer]: https://github.com/snowballstem/snowball
[linenoise]: https://github.com/antirez/linenoise
[MozJS]: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox-esr
diff --git a/etc/third_party_components.yml b/etc/third_party_components.yml
index 78d93af68b0..f16afa6d8be 100644
--- a/etc/third_party_components.yml
+++ b/etc/third_party_components.yml
@@ -169,6 +169,7 @@ components:
release_monitoring_id: -1
local_directory_path: src/third_party/kms-message
team_owner: "Security"
+ upgrade_suppression: TODO SERVER-52804
# Note: libmongocrypt exists in Black Duck, but not OpenHub
linenoise:
diff --git a/src/third_party/scripts/kms_message_get_sources.sh b/src/third_party/scripts/kms_message_get_sources.sh
index 9567d9dde2a..b1a59f1d2fc 100755
--- a/src/third_party/scripts/kms_message_get_sources.sh
+++ b/src/third_party/scripts/kms_message_get_sources.sh
@@ -18,7 +18,7 @@ if grep -q Microsoft /proc/version; then
fi
NAME=libmongocrypt
-REVISION=ebddc00f74874b8dcad8661f77d8ff51ded0318f
+REVISION=1.0.4
if grep -q Microsoft /proc/version; then
SRC_ROOT=$(wslpath -u $(powershell.exe -Command "Get-ChildItem Env:TEMP | Get-Content | Write-Host"))