]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
lgtm: don't treat the custom note as a list of tags
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 2 Dec 2021 15:55:17 +0000 (16:55 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 2 Dec 2021 15:56:54 +0000 (16:56 +0100)
Just a cosmetic change.

.lgtm/cpp-queries/PotentiallyDangerousFunction.ql

index 865330430d9c8ad5bd3f3cc2ad1a027c3db298c7..39e8dddd13a07219bedb768edf2ee8e74d0f31de 100644 (file)
@@ -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