- weak-encryption in
index.vuln.js
line3
const crypto = require('crypto')
crypto.createHash('sha1').update('alice', 'utf8').digest() //supported
- weak-encryption in
index.vuln.ts
line3
import crypto from "crypto";
crypto.createHash('sha1').update('alice', 'utf8').digest() //supported