diff --git a/java/ql/src/Security/CWE/CWE-829/InsecureDependencyResolution.ql b/java/ql/src/Security/CWE/CWE-829/InsecureDependencyResolution.ql index 99feecc944c..717ff71bc45 100644 --- a/java/ql/src/Security/CWE/CWE-829/InsecureDependencyResolution.ql +++ b/java/ql/src/Security/CWE/CWE-829/InsecureDependencyResolution.ql @@ -33,5 +33,5 @@ private class DeclaredRepository extends PomElement { from DeclaredRepository repository where repository.isInsecureRepositoryUsage() select repository, - "Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to repository " + + "Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository " + repository.getUrl()