Skip to content

Better handling of multiple JWTs #9

Description

@tobiashort

When a request contains multiple JSON Web Tokens (JWTs), the scanner currently selects the first one it encounters, which can result in a high number of false positives. To address this issue, the current workaround involves manually pre-selecting the JWT that should be scanned.

A potential improvement to this process would be for the scanner to automatically identify the relevant JWT when multiple are detected. This could be achieved by iteratively removing each JWT and observing which removal results in an "Access Denied" response, thereby indicating the correct JWT.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions