log4shell-hashes.d.ts 343 B

123456789101112
  1. /**
  2. * The content of this file is generated by a tool.
  3. * Don't edit it manually!
  4. * */
  5. export declare type FileSignatureDetails = {
  6. versions: string[];
  7. filename: string;
  8. };
  9. export declare type VulnerableSignatures = {
  10. [signature: string]: FileSignatureDetails;
  11. };
  12. export declare const vulnerableSignatures: VulnerableSignatures;