Skip to content

Commit 0c2da8a

Browse files
authored
Update java/ql/src/Security/CWE/CWE-829/InsecureDependencyResolution.ql
1 parent 2296224 commit 0c2da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ private class DeclaredRepository extends PomElement {
3333
from DeclaredRepository repository
3434
where repository.isInsecureRepositoryUsage()
3535
select repository,
36-
"Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to repository " +
36+
"Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository " +
3737
repository.getUrl()

0 commit comments

Comments
 (0)