You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when secrets are recorded in the database, we are not capturing enough contextual information about them. Enhancing the recorded data can improve usability and visibility, particularly for display on the dashboard.
Record Contextual Information:
Include the file name where the secret was detected.
Capture the surrounding lines of code or text where the secret appears.
This additional context will help users quickly identify and understand where the secret is coming from.
Classify Secrets by Type:
Record the type of secret based on the matching regex (e.g., AWS secret, GitHub token, etc.).
Since we already know which regex triggered the match, we can use this information to categorize the secret.
The text was updated successfully, but these errors were encountered:
Currently, when secrets are recorded in the database, we are not capturing enough contextual information about them. Enhancing the recorded data can improve usability and visibility, particularly for display on the dashboard.
Record Contextual Information:
Classify Secrets by Type:
The text was updated successfully, but these errors were encountered: