From: Frantisek Sumsal Date: Thu, 2 Dec 2021 15:55:17 +0000 (+0100) Subject: lgtm: don't treat the custom note as a list of tags X-Git-Tag: v250-rc1~86^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7d70210fa45c3210b8b1eda51bc0f6d68bd8392;p=thirdparty%2Fsystemd.git lgtm: don't treat the custom note as a list of tags Just a cosmetic change. --- 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 @@ /** + * 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 - * @id cpp/potentially-dangerous-function * @tags reliability * security - * - * Borrowed from - * https://github.com/Semmle/ql/blob/master/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql */ import cpp