jbruinaud / WebGoatNet

WebGoat .Net for demos
0 stars 0 forks source link

CX DebugEnabled @ Web.config [master] #66

Open jbruinaud opened 4 years ago

jbruinaud commented 4 years ago

DebugEnabled issue exists @ Web.config in branch master

The application source code includes "true", in line 1 of Web.config, which was left from development and debugging, and is not part of the intended application functionality. 

Severity: Low

CWE:11

Checkmarx

Lines: 39


Code (Line #39):

    <compilation defaultLanguage="C#" debug="true" targetFramework="4.5">

jbruinaud commented 4 years ago

Issue still exists.

SUMMARY

Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)