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 +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/ace/git/secrets/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f4e48355205ec2db602b173670a54ff480b7e79c1cf046577298a35bfa10570
|
|
4
|
+
data.tar.gz: 75ee753cef6e76ca4024dfe6c4bae790816c4394140eaa49e209816d06d6d8eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
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
|