CPP: Remove security tags that haven't been justified.

This commit is contained in:
Geoffrey White
2019-06-25 14:09:49 +01:00
parent d2f8029625
commit fa1347f7ef
3 changed files with 3 additions and 6 deletions

View File

@@ -5,8 +5,7 @@
* @problem.severity warning
* @id cpp/leap-year/adding-365-days-per-year
* @precision medium
* @tags security
* leap-year
* @tags leap-year
*/
import cpp

View File

@@ -5,8 +5,7 @@
* @problem.severity warning
* @id cpp/leap-year/unchecked-after-arithmetic-year-modification
* @precision medium
* @tags security
* leap-year
* @tags leap-year
*/
import cpp

View File

@@ -5,8 +5,7 @@
* @problem.severity warning
* @id cpp/leap-year/unchecked-return-value-for-time-conversion-function
* @precision medium
* @tags security
* leap-year
* @tags leap-year
*/
import cpp