Files
2026-04-07 14:50:23 +09:00

13 lines
327 B
TypeScript

/**
* The content of this file is generated by a tool.
* Don't edit it manually!
* */
export type FileSignatureDetails = {
versions: string[];
filename: string;
};
export type VulnerableSignatures = {
[signature: string]: FileSignatureDetails;
};
export declare const vulnerableSignatures: VulnerableSignatures;