This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Dogecoin secret false positive #985
Description
Describe the issue
There is false positive detected by the Dogecoin regex ( Dogecoin: \b(D|A)[a-km-zA-HJ-NP-Z1-9]{25,34}\b
)
The import code snippet, is matched by the regex, in particular this import AddProviderEndpointRequest
import {
AddProviderEndpointRequest,
ProviderAuthType,
ProviderType,
} from "@/api/generated";
Steps to Reproduce
try to add AddProviderEndpointRequest
in the code and ask for a review
Operating System
MacOS (Arm)
IDE and Version
Vsocde 1.96.4
Extension and Version
continue
Provider
vLLM
Model
deepseek
Codegate version
0.1.17
Logs
No response
Additional Context
