Open jbruinaud opened 4 years ago
Value_Shadowing issue exists @ WebGoatCoins/Orders.aspx.cs in branch master
The "orderNumber" invoked in Page_Load in WebGoatCoins\Orders.aspx.cs at line 20 is called ambiguously, causing value shadowing.
Severity: Medium
CWE:233
Checkmarx
Lines: 88 62
Code (Line #88):
string target_image = Request["image"];
Code (Line #62):
string orderNumber = Request["orderNumber"];
Issue still exists.
Issue has total 2 vulnerabilities left to be fix (Please scroll to the top for more information)
Value_Shadowing issue exists @ WebGoatCoins/Orders.aspx.cs in branch master
The "orderNumber" invoked in Page_Load in WebGoatCoins\Orders.aspx.cs at line 20 is called ambiguously, causing value shadowing.
Severity: Medium
CWE:233
Checkmarx
Lines: 88 62
Code (Line #88):
Code (Line #62):