Skip to content

Changed const to let

548a0a9
Select commit
Loading
Failed to load commit list.
Merged

Adding a Pre-Commit Hook #334

Changed const to let
548a0a9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 30, 2025 in 2s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 74 in src/core/lib/utils.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
source
to
target
without guarding against prototype pollution.