Update java/ql/src/Security/CWE/CWE-829/InsecureDependencyResolution.ql

This commit is contained in:
Jonathan Leitschuh
2019-12-12 14:10:11 -05:00
committed by GitHub
parent 229622459c
commit 0c2da8af40

View File

@@ -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()