Skip to content

fix: resolve high-severity npm audit vulnerability (basic-ftp)#427

Merged
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:fix/npm-audit-basic-ftp
Apr 12, 2026
Merged

fix: resolve high-severity npm audit vulnerability (basic-ftp)#427
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:fix/npm-audit-basic-ftp

Conversation

@raifdmueller

Copy link
Copy Markdown
Contributor

Summary

npm audit fix updates basic-ftp from 5.2.0 → 5.2.2 to resolve two high-severity CRLF injection advisories:

`basic-ftp` is a deep transitive dependency:

```
@lhci/cli → proxy-agent → pac-proxy-agent → get-uri → basic-ftp
```

After the fix: 0 vulnerabilities. No breaking changes — only package-lock.json is modified.

Test plan

  • `npm audit --audit-level=high` passes (exit code 0)
  • Dependency Security Audit CI check passes

🤖 Generated with Claude Code

npm audit fix updates basic-ftp 5.2.0 → 5.2.2 to resolve:
- GHSA-6v7q-wjvx-w8wg: Incomplete CRLF Injection Protection
- GHSA-chqc-8p9q-pq6q: FTP Command Injection via CRLF

basic-ftp is a deep transitive dependency through
@lhci/cli → proxy-agent → pac-proxy-agent → get-uri → basic-ftp.

After the fix: 0 vulnerabilities.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • website/package-lock.json is excluded by !**/package-lock.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: f0cd03e5-bbf8-42cd-9af1-811e680aebc9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rdmueller rdmueller merged commit debe6e2 into LLM-Coding:main Apr 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants