ace-git-secrets 0.15.5 → 0.15.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2677579d3a4647ed578e0f420a7cdbab110d23c49a75d26a2b8027d65f1e26b
4
- data.tar.gz: b6642ecb7c0cfebb8a54992bb505d7dd1952ad2098e375a7b3c9bea7977a9f54
3
+ metadata.gz: 7f4e48355205ec2db602b173670a54ff480b7e79c1cf046577298a35bfa10570
4
+ data.tar.gz: 75ee753cef6e76ca4024dfe6c4bae790816c4394140eaa49e209816d06d6d8eb
5
5
  SHA512:
6
- metadata.gz: df5160c60b3989700faa7a67f1e4f8c32f27b7e7dfbc35206693a81813382a9fcabeddd79f5429187444bc66220428341b5d8db429be648591438b6740eca3c0
7
- data.tar.gz: 10d33ab4bb871ae5e96b7d058ec4c5d14785d62671714b91fc6f8619311e548c476bea32a58dec9a927de5a83530b7096ac315ef096822713209899c3138c078
6
+ metadata.gz: ec67a13f07bd885591a29b5ddd48a64977d8521c040d08926a8d18e199ffc4b82979ad7217fdc42b2a724926e6bf39813e535c7168271ed08f5915079f1e4c58
7
+ data.tar.gz: 0b7710d981c885e8c603bb260e13a67e1ef00080fea47a37531495c13e64a643f56deb2e445e0ab57dbc1b8f9325e5c1d7ddcf16300bd05a02525ae1b34e2aec
data/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.15.8] - 2026-04-23
11
+
12
+ ### Technical
13
+ - Tightened retained history-persistence verification so the post-removal rescan must come from the explicit TC-local `rescan` capture instead of wildcard fallback references to later scenario artifacts.
14
+
15
+ ## [0.15.7] - 2026-04-23
16
+
17
+ ### Technical
18
+ - Updated retained whitelist E2E coverage to use the documented `file:` rule shape and verify filtered findings from concrete scan output instead of synthetic whitelist counters.
19
+
20
+ ## [0.15.6] - 2026-04-23
21
+
22
+ ### Technical
23
+ - Hardened `TS-SECRETS-002` remediation-path coverage to require the default full-history `scan` flow and reject saved-report artifacts narrowed with `--since HEAD`.
24
+
10
25
  ## [0.15.5] - 2026-04-20
11
26
 
12
27
  ### Technical
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Git
5
5
  module Secrets
6
- VERSION = '0.15.5'
6
+ VERSION = '0.15.8'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-git-secrets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.5
4
+ version: 0.15.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-20 00:00:00.000000000 Z
10
+ date: 2026-04-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-config