Merge pull request #4068 from geoffw0/uncontrolled-alloc-size

C++: Downgrade `cpp/uncontrolled-allocation-size` query precision.
This commit is contained in:
Jonas Jensen
2020-08-18 13:59:53 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
* user can result in integer overflow.
* @kind path-problem
* @problem.severity error
* @precision high
* @precision medium
* @id cpp/uncontrolled-allocation-size
* @tags reliability
* security