From c7d70210fa45c3210b8b1eda51bc0f6d68bd8392 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 2 Dec 2021 16:55:17 +0100 Subject: [PATCH] lgtm: don't treat the custom note as a list of tags Just a cosmetic change. --- .../PotentiallyDangerousFunction.ql | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql b/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql index 865330430d9..39e8dddd13a 100644 --- a/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql +++ b/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql @@ -1,15 +1,17 @@ /** - * @name Use of potentially dangerous function - * @description Certain standard library functions are dangerous to call. - * @kind problem - * @problem.severity error - * @precision high - * @id cpp/potentially-dangerous-function - * @tags reliability - * security + * vi: sw=2 ts=2 et syntax=ql: * * Borrowed from * https://github.com/Semmle/ql/blob/master/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql + * + * @name Use of potentially dangerous function + * @description Certain standard library functions are dangerous to call. + * @id cpp/potentially-dangerous-function + * @kind problem + * @problem.severity error + * @precision high + * @tags reliability + * security */ import cpp