Skip to content

False positive: Creating an ASP.NET debug binary may reveal sensitive information #12553

@a-joya

Description

@a-joya

Description of the false positive

CodeQL is firing "Creating an ASP.NET debug binary may reveal sensitive information" alert for the Web.config, where it has been already fixed in accordance with https://codeql.github.com/codeql-query-help/csharp/cs-web-debug-binary/ recommendations (debug’ flag should be set to false, or removed completely).

Code samples or links to source code

<compilation targetFramework="4.7.2">

or

<compilation debug="false" targetFramework="4.7.2">

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions