chore(deps)(deps): bump morgan from 1.10.1 to 1.11.0 - #107
chore(deps)(deps): bump morgan from 1.10.1 to 1.11.0#107dependabot[bot] wants to merge 3 commits into
Conversation
Bumps [morgan](https://github.com/expressjs/morgan) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](expressjs/morgan@1.10.1...1.11.0) --- updated-dependencies: - dependency-name: morgan dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Micro-Learning Topic: Log injection (Detected by phrase)Matched on "log injection"The Log Forging vulnerability is caused by writing unvalidated user input to log files can allow an attacker to forge log entries or inject malicious content into the logs. Try a challenge in Secure Code WarriorHelpful references
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Docker | Aug 1, 2026 3:37a.m. | Review ↗ | |
| JavaScript | Aug 1, 2026 3:37a.m. | Review ↗ | |
| Python | Aug 1, 2026 3:37a.m. | Review ↗ | |
| Secrets | Aug 1, 2026 3:37a.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
This Dependabot PR updates the morgan HTTP request logger dependency to incorporate upstream changes, including a security fix that escapes control characters in the :remote-user token to prevent log injection (CVE-2026-5078 / GHSA-4vj7-5mj6-jm8m).
Changes:
- Bump
morganfrom^1.10.0/1.10.1to^1.11.0/1.11.0. - Refresh
package-lock.jsonfor the newmorgantarball metadata and its updated transitive dependency (on-finishedto~2.4.1).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the direct morgan dependency version range to ^1.11.0. |
| package-lock.json | Locks morgan@1.11.0 and updates its resolved/integrity metadata plus transitive dependency versioning. |
Remove `unknown` from --results filter so the scan only fails on real, API-verified credentials. Test fixture placeholder keys (sk_test_fixture_key_*, whsec_test_fixture_secret_*) are unverified by Stripe and were causing false-positive failures on every PR.
Bumps morgan from 1.10.1 to 1.11.0.
Release notes
Sourced from morgan's releases.
Changelog
Sourced from morgan's changelog.
Commits
e0e6f17Release 1.11.0 (#350)b3f5d9bMerge commit from fork203c758build(deps): bump github/codeql-action from 4.32.4 to 4.35.2 (#346)002bc81build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#347)561b0d7build(deps): bump actions/upload-artifact from 5.0.0 to 7.0.0 (#338)2db705ebuild(deps): bump github/codeql-action from 3.29.7 to 4.32.4 (#337)a373c5fbuild(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.3 (#327)c8e72fabuild(deps): bump actions/checkout from 4.1.1 to 6.0.1 (#324)023300ebuild(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 (#307)9d8d6c0build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#306)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.