mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
fe44a129df
Fixes CVE-2022-35954. Does not look like anything terriblity important to me, but hey, audit is happy.
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
import v35 from './v35.js';
|
|
import md5 from './md5.js';
|
|
var v3 = v35('v3', 0x30, md5);
|
|
export default v3; |