Skip to content

I used System Informer to check the HTTPS commands sent by influxdb-client-csharp and found that the Token, which is sensitive information, was not promptly cleared from memory. #642

Description

@Shirley-Ji-59

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Use GetOrganizationApi.FindOrganizationsAsync() to get organization list.
  2. Use System Informer to get the application memory and found that we can read the Token information in the memory
    Capture1
    Capture2

Expected behavior:
the token sensitive information in memory is not visible.

Actual behavior:
the token sensitive information in memory is visible.

Specifications:

  • InfluxDB Version: 4.14.0
  • Platform: Windows 10

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions