Update cpp/ql/src/Security/CWE/CWE-497/PotentiallyExposedSystemData.ql

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2022-03-25 11:08:07 +00:00
committed by GitHub
parent 6b6ee61d3f
commit 11074b6d77

View File

@@ -1,7 +1,7 @@
/**
* @name Potential exposure of sensitive system data to an unauthorized control sphere
* @description Exposing sensitive system data helps
* an adversary learn about the system and form an
* a malicious user learn about the system and form an
* attack plan.
* @kind path-problem
* @problem.severity warning