CWE-1126Base

Declaration of Variable with Unnecessarily Wide Scope

Incomplete in the CWE catalog · 0 CVEs mapped

0
CVEs mapped
What it is

The source code declares a variable in one scope, but the

variable is only used within a narrower scope.

The record
Technical detail
CWE ID
CWE-1126
Abstraction
Base
Structure
Simple
Status
Incomplete