File tree Expand file tree Collapse file tree 7 files changed +32
-1
lines changed
csharp/ql/test/query-tests/Security Features/CWE-011 Expand file tree Collapse file tree 7 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
- | bad/Web.config:4:5:7:7 | debug=true | The 'debug' flag is set for an ASP.NET configuration file. |
1
+ | bad1/Web.config:4:5:7:7 | debug=true | The 'debug' flag is set for an ASP.NET configuration file. |
2
+ | bad2/Web.config:4:5:7:7 | debug=true | The 'debug' flag is set for an ASP.NET configuration file. |
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
+ <system .web>
4
+ <compilation xdt : Transform =" RemoveAttributes(debug)" />
5
+ </system .web>
6
+ </configuration >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <system .web>
4
+ <compilation
5
+ defaultLanguage =" c#"
6
+ debug =" true"
7
+ />
8
+ </system .web>
9
+ </configuration >
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
+ <system .web>
4
+ <compilation xdt : Transform =" RemoveAttributes(debug)" />
5
+ </system .web>
6
+ </configuration >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <system .web>
4
+ <compilation
5
+ defaultLanguage =" c#"
6
+ debug =" true"
7
+ />
8
+ </system .web>
9
+ </configuration >
You can’t perform that action at this time.
0 commit comments