C++: Fill in metadata.

This commit is contained in:
Geoffrey White
2022-03-02 10:24:45 +00:00
parent 66b9356eb9
commit 2a14a4f14e

View File

@@ -3,9 +3,9 @@
* @description Exposing sensitive system data helps
* an adversary learn about the system and form an
* attack plan.
* @kind problem
* @kind path-problem
* @problem.severity warning
* @security-severity TODO
* @security-severity 6.5
* @precision medium
* @id cpp/potential-system-data-exposure
* @tags security