Skip to content

Commit

Permalink
fixup! util: harden more built-in classes against prototype pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 13, 2024
1 parent 1beb43b commit c4081e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const {
NumberMIN_SAFE_INTEGER,
ObjectDefineProperties,
ObjectDefineProperty,
ObjectPrototypeHasOwnProperty,
ObjectSetPrototypeOf,
RegExpPrototypeSymbolReplace,
StringPrototypeCharCodeAt,
Expand Down

0 comments on commit c4081e0

Please sign in to comment.