Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2021-10-13 06:51:04 +0000
committerAlexander Kurtakov2021-10-13 09:26:54 +0000
commitfdff8cdc16ee50427975f872e8e4f3b01eea641d (patch)
treecc6f0831d5fe8022ea43cb146030bee548081208
parente9b620564c2e171d9a237919e2df693996ade51b (diff)
downloadrt.equinox.p2-fdff8cdc16ee50427975f872e8e4f3b01eea641d.tar.gz
rt.equinox.p2-fdff8cdc16ee50427975f872e8e4f3b01eea641d.tar.xz
rt.equinox.p2-fdff8cdc16ee50427975f872e8e4f3b01eea641d.zip
Bug 576429 - Improve logged message for unsafe artifact digest
Change-Id: Ie80cc3abf8652ba84d5bb052adc0f2d002046f60 Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/186418 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Tested-by: Ed Merks <ed.merks@gmail.com> Reviewed-by: Mickael Istria <mistria@redhat.com> Reviewed-by: Ed Merks <ed.merks@gmail.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
index 088703d33..6a2901ac7 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
@@ -64,5 +64,5 @@ folder_artifact_not_file_repo=Artifact {0} is a folder but the repository is an
retryRequest=Download of {0} failed on repository {1}. Retrying.
error_copying_local_file=An error occurred copying file {0}.
-onlyInsecureDigestAlgorithmUsed = Only insecure digest algorithms ({0}) are being used to verify {1}. Consider using a safer digest algorithm.
+onlyInsecureDigestAlgorithmUsed = The digest algorithms ({0}) used to verify {1} have severely compromised security. Please report this concern to the artifact provider.
noDigestAlgorithmToVerifyDownload = No digest algorithm is available to verify download of {0}. \ No newline at end of file

Back to the top