Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor tests
  • Loading branch information
atorralba committed Jan 20, 2022
commit d58bb4753e4ec834d7fdb7444596b1474916eb92
2 changes: 1 addition & 1 deletion java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.ql
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ import DataFlow::PathGraph

from DataFlow::PathNode source, DataFlow::PathNode sink
where any(InsecureTrustManagerConfiguration cfg).hasFlowPath(source, sink)
select sink, source, sink, "This $@, that is defined $@, trusts any certificate and is used here.",
select sink, source, sink, "This $@, which is defined $@ and trusts any certificate, is used here.",
source, "TrustManager", source.getNode().asExpr().(ClassInstanceExpr).getConstructedType(), "here"

This file was deleted.

This file was deleted.

Loading