From ea3a7e8038fbed8ee321eaa3752164976e10e70a Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Thu, 2 Apr 2020 01:51:31 -0700 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com> --- ql/src/semmle/go/security/SafeUrlFlow.qll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ql/src/semmle/go/security/SafeUrlFlow.qll b/ql/src/semmle/go/security/SafeUrlFlow.qll index 5f1d79960b2..ff14492aa87 100644 --- a/ql/src/semmle/go/security/SafeUrlFlow.qll +++ b/ql/src/semmle/go/security/SafeUrlFlow.qll @@ -3,8 +3,8 @@ * safe flow from URLs. * * Note, for performance reasons: only import this file if - * `OpenUrlRedirect::Configuration` is needed, otherwise - * `OpenUrlRedirectCustomizations` should be imported instead. + * `SafeUrlFlow::Configuration` is needed, otherwise + * `SafeUrlFlowCustomizations` should be imported instead. */ import go @@ -13,7 +13,7 @@ module SafeUrlFlow { import SafeUrlFlowCustomizations::SafeUrlFlow /** - * A data-flow configuration for reasoning about safe URLs. + * A taint-tracking configuration for reasoning about safe URLs. */ class Configuration extends TaintTracking::Configuration { Configuration() { this = "SafeUrlFlow" }