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
🔸 Rule: private-key
📄 File: src/main/java/com/skyflow/common/utils/Constants.java:null
📝 Description: Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
🔑 Secret: **********
🔗 Path: src/main/java/com/skyflow/common/utils/Constants.java:null
🔸 Rule: generic-api-key
📄 File: src/test/java/com/skyflow/VaultClientTests.java:null
📝 Description: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
🔑 Secret: **********
🔗 Path: src/test/java/com/skyflow/VaultClientTests.java:null
🔸 Rule: generic-api-key
📄 File: src/test/java/com/skyflow/ConnectionClientTests.java:null
📝 Description: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
🔑 Secret: **********
🔗 Path: src/test/java/com/skyflow/ConnectionClientTests.java:null
🔸 Rule: generic-api-key
📄 File: src/test/java/com/skyflow/VaultClientTests.java:null
📝 Description: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
🔑 Secret: **********
🔗 Path: src/test/java/com/skyflow/VaultClientTests.java:null
🔸 Rule: private-key
📄 File: v2/src/test/resources/invalidTokenURICredentials.json:null
📝 Description: Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
🔑 Secret: **********
🔗 Path: v2/src/test/resources/invalidTokenURICredentials.json:null
🔸 Rule: generic-api-key
📄 File: v2/src/test/java/com/skyflow/vault/config/CredentialsTests.java:null
📝 Description: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
🔑 Secret: **********
🔗 Path: v2/src/test/java/com/skyflow/vault/config/CredentialsTests.java:null
🔸 Rule: private-key
📄 File: v2/src/main/java/com/skyflow/utils/Constants.java:null
📝 Description: Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
🔑 Secret: **********
🔗 Path: v2/src/main/java/com/skyflow/utils/Constants.java:null
🔸 Rule: jwt
📄 File: v2/src/main/java/com/skyflow/utils/Utils.java:null
📝 Description: Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
🔑 Secret: **********
🔗 Path: v2/src/main/java/com/skyflow/utils/Utils.java:null
🔸 Rule: jwt
📄 File: v2/src/main/java/com/skyflow/utils/Utils.java:null
📝 Description: Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
🔑 Secret: **********
🔗 Path: v2/src/main/java/com/skyflow/utils/Utils.java:null
🔸 Rule: jwt
📄 File: v1/src/main/java/DetokenizeExample.java:null
📝 Description: Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
🔑 Secret: **********
🔗 Path: v1/src/main/java/DetokenizeExample.java:null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why:
Java FlowDB currently lacks client initialization wrapper classes, whereas they are already implemented for v2 of the SDK.
Goal:
Implement client initialization wrapper classes for Java FlowDB to standardize initialization logic and ensure consistency with the v2 architecture.