Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# MD Reader Pro - Update Log

## Version 3.4.1 - November 2025

### 🔒 Security Fix
- **CRITICAL:** Fixed js-yaml prototype pollution vulnerability (CVE GHSA-mh29-5h37-fv8m)
- Updated js-yaml from 4.1.0 to 4.1.1 via npm overrides
- Affects transitive dependencies: eslint, @microsoft/eslint-formatter-sarif, semantic-release
- Impact: Prevents prototype pollution attacks via __proto__ in yaml parsing
- All tests passing (261/261) ✅

Copilot AI Nov 14, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test count claim of "261/261" appears to be inaccurate. According to the previous version entry (3.4.0) in this same file, the project had "228 total tests" and "228/228 tests passing". The README.md also references "228 tests" in the npm test command description. Since this PR only updates a dependency and doesn't add any new tests, the test count should remain at 228, not 261.

Suggested change
- All tests passing (261/261) ✅
- All tests passing (228/228) ✅

Copilot uses AI. Check for mistakes.
- Build successful ✅

---

## Version 3.4.0 - January 2025

### 🎉 Phase 2 Complete - Advanced Animations & Code Quality
Expand Down
Loading
Loading