Swift: Remove some redundant statements in a few of the QLDoc comments.

This commit is contained in:
Geoffrey White
2023-05-05 10:44:45 +01:00
parent 4cc3a6dcf5
commit 7c85115ff3
3 changed files with 0 additions and 9 deletions

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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 {
/**