Skip to content

Commit 72f324a

Browse files
committed
v2.1.1: deferred globals scan + CSV LF + version label fix
See CHANGELOG.md for full notes. Tagged release will fire the GH Actions release pipeline added in v2.1.0.
1 parent 806e0a4 commit 72f324a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to KeyFinder are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning follows [SemVer](https://semver.org/spec/v2.0.0.html).
44

5-
## [Unreleased]
5+
## [2.1.1] - 2026-05-14
66

77
### Added
88
- `SECURITY.md` with threat model, disclosure policy, and known limitations of the MAIN <-> ISOLATED nonce bridge
@@ -12,6 +12,8 @@ All notable changes to KeyFinder are documented here. Format follows [Keep a Cha
1212
### Changed
1313
- CSV export sanitiser now also prefixes cells starting with LF (`\n`), not just `=`, `+`, `-`, `@`, tab, CR
1414
- Popup and results page version label is now read from the manifest at runtime instead of being hardcoded
15+
16+
### Fixed
1517
- Window-global scan in `js/interceptor.js` now runs at `document_start`, `DOMContentLoaded`, and `load`, with per-name dedupe. The previous implementation only scanned at `document_start` when page globals had not yet been assigned, making the entire pass dead code on most real pages
1618

1719
## [2.1.0] - 2026-04-14

manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "KeyFinder",
33
"description": "Passively discovers API keys, tokens, and secrets leaked in page scripts, DOM, network responses, and browser storage. Available for Chrome and Firefox.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"manifest_version": 3,
66
"browser_specific_settings": {
77
"gecko": {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "KeyFinder",
33
"description": "Passively discovers API keys, tokens, and secrets leaked in page scripts, DOM, network responses, and browser storage. Available for Chrome and Firefox.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"manifest_version": 3,
66
"action": {
77
"default_icon": {

0 commit comments

Comments
 (0)