Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6848b60

Browse files
committed
C++: Autoformat.
1 parent 5c6923c commit 6848b60

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cpp/ql/src/Security/CWE/CWE-497/PotentiallyExposedSystemData.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ from
4747
PotentiallyExposedSystemDataConfiguration config, DataFlow::PathNode source,
4848
DataFlow::PathNode sink
4949
where config.hasFlowPath(source, sink)
50-
select sink, source, sink,
51-
"This operation potentially exposes sensitive system data from $@.", source,
52-
source.getNode().toString()
50+
select sink, source, sink, "This operation potentially exposes sensitive system data from $@.",
51+
source, source.getNode().toString()

0 commit comments

Comments
 (0)