You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.8] - 2026-04-08
9
+
10
+
### Added
11
+
12
+
-**Hardcoded secrets detection in scaffolding scanner** — contributed by [@nooscraft](https://github.com/nooscraft) in [#45](https://github.com/yfedoseev/fossil-mcp/pull/45)
13
+
- New `include_secrets` parameter (default: false) for `fossil_detect_scaffolding`
14
+
- Detects ~15 secret patterns: OpenAI, Anthropic, AWS, GitHub, Google, Stripe API keys, PEM headers, Slack/Discord webhooks, DB connection strings with credentials, JWT tokens
15
+
- High and medium confidence findings with automatic redaction (first 8 chars + `***`)
16
+
- Environment variable access lines are excluded to reduce false positives
17
+
- Known placeholder strings (changeme, your_api_key, etc.) are filtered out
18
+
- 17 new tests (unit + integration) covering all pattern types, redaction, and exclusions
0 commit comments