mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: Remove some redundant statements in a few of the QLDoc comments.
This commit is contained in:
@@ -13,9 +13,6 @@ abstract class CleartextLoggingBarrier extends DataFlow::Node { }
|
||||
|
||||
/**
|
||||
* A unit class for adding additional flow steps.
|
||||
*
|
||||
* Extend this class to add additional flow steps that should apply to paths related to
|
||||
* cleartext logging of sensitive data vulnerabilities.
|
||||
*/
|
||||
class CleartextLoggingAdditionalFlowStep extends Unit {
|
||||
/**
|
||||
|
||||
@@ -17,9 +17,6 @@ abstract class PathInjectionBarrier extends DataFlow::Node { }
|
||||
|
||||
/**
|
||||
* A unit class for adding additional flow steps.
|
||||
*
|
||||
* Extend this class to add additional flow steps that should apply to paths related to
|
||||
* path injection vulnerabilities.
|
||||
*/
|
||||
class PathInjectionAdditionalFlowStep extends Unit {
|
||||
/**
|
||||
|
||||
@@ -12,9 +12,6 @@ abstract class PredicateInjectionBarrier extends DataFlow::Node { }
|
||||
|
||||
/**
|
||||
* A unit class for adding additional flow steps.
|
||||
*
|
||||
* Extend this class to add additional flow steps that should apply to paths related to
|
||||
* predicate injection vulnerabilities.
|
||||
*/
|
||||
class PredicateInjectionAdditionalFlowStep extends Unit {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user