1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

lgtm: don't treat the custom note as a list of tags

Just a cosmetic change.
This commit is contained in:
Frantisek Sumsal 2021-12-02 16:55:17 +01:00
parent 863bff7548
commit c7d70210fa

View File

@ -1,15 +1,17 @@
/** /**
* @name Use of potentially dangerous function * vi: sw=2 ts=2 et syntax=ql:
* @description Certain standard library functions are dangerous to call.
* @kind problem
* @problem.severity error
* @precision high
* @id cpp/potentially-dangerous-function
* @tags reliability
* security
* *
* Borrowed from * Borrowed from
* https://github.com/Semmle/ql/blob/master/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql * 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 import cpp