Skip to content

Commit 6b50bcb

Browse files
committed
no more vulnerabilities
1 parent d7f6dfa commit 6b50bcb

4 files changed

Lines changed: 5033 additions & 1587 deletions

File tree

audit.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# npm audit report
2+
3+
lodash.set *
4+
Severity: high
5+
Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
6+
fix available via `npm audit fix`
7+
node_modules/lodash.set
8+
sbo >=1.1.3
9+
Depends on vulnerable versions of lodash.set
10+
node_modules/sbo
11+
12+
2 high severity vulnerabilities
13+
14+
To address all issues, run:
15+
npm audit fix

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require("none/dist/none")() // This is the line that was being talked about in t
8888
const construct = require("construct-new") // Functional instantiation of class/constructor templates.
8989
const switcher = require("switcher-statement") // Replacing standard switch blocks with functional expressions.
9090
const arrayLength = require("@extra-array/length") // Safely determining the magnitude of array structures.
91-
const chalkbox = require("chalkbox") // Importing chromatic console formatting for visual auditing.
91+
const chalk4096 = require("chalk4096") // Importing chromatic console formatting for visual auditing.
9292
const logToConsole = require("logtoconsole").log // Abstracting standard output via the enterprise logger.
9393
const { immediateError, ErrorType } = require("immediate-error") // Enabling functional, immediate error termination.
9494

@@ -132,7 +132,7 @@ require("none/dist/none")() // This is the line that was being talked about in t
132132
// Checking for debug mode activation state.
133133
logToConsole(
134134
// Emitting validation telemetry to the console.
135-
chalkbox.yellow(`[ENTERPRISE NUMBER CLASSIFICATION SDK] Validating Input: ${number}`) // Emitting a yellow-styled debug header.
135+
chalk4096.yellow(`[ENTERPRISE NUMBER CLASSIFICATION SDK] Validating Input: ${number}`) // Emitting a yellow-styled debug header.
136136
) // Concluding the telemetry emission.
137137
} // Terminating the debug conditional.
138138

0 commit comments

Comments
 (0)