Skip to content

Commit ff2af3e

Browse files
noelsaw1claude
andcommitted
Update CHANGELOG.md for recent fixes and AGENTS.md docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1223c9a commit ff2af3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ All notable changes to this project will be documented in this file.
1616

1717
- Cross-rule deduplication for overlapping superglobal findings (`spo-002-superglobals`, `unsanitized-superglobal-read`, `unsanitized-superglobal-isset-bypass`). When the same file:line is flagged by multiple rules, only the first finding is kept
1818

19+
### Fixed
20+
21+
- N+1 pattern findings now include the actual source code line in the report. Previously the `code` field was empty because `find_meta_in_loop_line` only returned the line number without extracting the source text
22+
23+
### Documentation
24+
25+
- Added "WP Code Check Scanner — Quick Reference" section to `AGENTS.md` with CLI flags, MCP server configuration, output locations, and pattern library pointer for AI agent discoverability
26+
1927
## [2.2.9] - 2026-03-23
2028

2129
### Added

0 commit comments

Comments
 (0)