We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:
1 parent 727e070 commit f95d494Copy full SHA for f95d494
tools/vuln_valid/vulnValidate.js
@@ -1,8 +1,8 @@
1
'use strict';
2
3
const Joi = require('joi')
4
-const path = require('path');
5
-const fs = require('fs');
+const path = require('node:path');
+const fs = require('node:fs');
6
7
const coreModel = Joi.object({
8
cve: Joi
vuln/index.js
@@ -1,6 +1,6 @@
module.exports = {
paths: {
0 commit comments