From d398cf4ed49ff072fe3ea3c31baf0d356b86090e Mon Sep 17 00:00:00 2001 From: dp-anto <72495351+dp-anto@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:36:37 +0200 Subject: [PATCH] Update en.json Improved description for OSS Index analyzer. Signed-off-by: dp-anto <72495351+dp-anto@users.noreply.github.com> --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index ca9a1ed5c..90937ab81 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -25,7 +25,7 @@ "analyzer_internal_fuzzy_enable": "Enable fuzzy CPE matching. Helps with inconsistent NVD data, highlighting missing risks but also increasing false positives", "analyzer_internal_fuzzy_exclude_internal": "Enable fuzzy CPE matching on internal components", "analyzer_internal_fuzzy_exclude_purl": "Enable fuzzy CPE matching on components that have a Package URL (PURL) defined", - "analyzer_ossindex_desc": "OSS Index is a service provided by Sonatype which identifies vulnerabilities in third-party components. Dependency-Track integrates natively with the OSS Index service to provide highly accurate results. Use of this analyzer requires a valid PackageURL for the components being analyzed.", + "analyzer_ossindex_desc": "OSS Index is a service provided by Sonatype which identifies vulnerabilities in third-party components. Dependency-Track integrates natively with the OSS Index service to provide highly accurate results. Rate and request metric limits may apply to requests, provide an API token for higher limits. Use of this analyzer requires a valid PackageURL for the components being analyzed.", "analyzer_ossindex_enable": "Enable OSS Index analyzer", "analyzer_snyk_alias_sync_warning": "Snyk does not differentiate between related and identical vulnerabilities. Proceed with caution.", "analyzer_snyk_api_version": "API Version",