Skip to content

Commit 7c85115

Browse files
committed
Swift: Remove some redundant statements in a few of the QLDoc comments.
1 parent 4cc3a6d commit 7c85115

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

swift/ql/lib/codeql/swift/security/CleartextLoggingExtensions.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ abstract class CleartextLoggingBarrier extends DataFlow::Node { }
1313

1414
/**
1515
* A unit class for adding additional flow steps.
16-
*
17-
* Extend this class to add additional flow steps that should apply to paths related to
18-
* cleartext logging of sensitive data vulnerabilities.
1916
*/
2017
class CleartextLoggingAdditionalFlowStep extends Unit {
2118
/**

swift/ql/lib/codeql/swift/security/PathInjectionExtensions.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ abstract class PathInjectionBarrier extends DataFlow::Node { }
1717

1818
/**
1919
* A unit class for adding additional flow steps.
20-
*
21-
* Extend this class to add additional flow steps that should apply to paths related to
22-
* path injection vulnerabilities.
2320
*/
2421
class PathInjectionAdditionalFlowStep extends Unit {
2522
/**

swift/ql/lib/codeql/swift/security/PredicateInjectionExtensions.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ abstract class PredicateInjectionBarrier extends DataFlow::Node { }
1212

1313
/**
1414
* A unit class for adding additional flow steps.
15-
*
16-
* Extend this class to add additional flow steps that should apply to paths related to
17-
* predicate injection vulnerabilities.
1815
*/
1916
class PredicateInjectionAdditionalFlowStep extends Unit {
2017
/**

0 commit comments

Comments
 (0)