File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change
1
+ # v1.1.1
2
+
3
+ ## Functional Enhancements
4
+ * Refactor Trillian client with exported methods (#1454 )
5
+ * Switch to official redis-go client (#1459 )
6
+ * Remove replace in go.mod (#1444 )
7
+ * Add Rekor OID info. (#1390 )
8
+
9
+ ## Quality Enhancements
10
+ * remove legacy encrypted cosign key (#1446 )
11
+ * swap cjson dependency (#1441 )
12
+ * Update release readme (#1456 )
13
+
14
+ ## Bug Fixes
15
+ * Merge pull request from GHSA-2h5h -59f5-c5x9
16
+
17
+ ## Contributors
18
+ * Billy Lynch
19
+ * Bob Callaway
20
+ * Carlos Tadeu Panato Junior
21
+ * Ceridwen Coghlan
22
+ * Hayden B
23
+
1
24
# v1.1.0
2
25
3
26
## Functional Enhancements
Original file line number Diff line number Diff line change @@ -154,14 +154,6 @@ Hr/+CxFvaJWmpYqNkLDGRU+9orzh5hI2RrcuaQ==
154
154
}
155
155
156
156
func TestJarMetadataSize (t * testing.T ) {
157
- type TestCase struct {
158
- caseDesc string
159
- entry V001Entry
160
- expectUnmarshalSuccess bool
161
- expectCanonicalizeSuccess bool
162
- expectedVerifierSuccess bool
163
- }
164
-
165
157
jarBytes , _ := os .ReadFile ("tests/test.jar" )
166
158
167
159
os .Setenv ("MAX_JAR_METADATA_SIZE" , "10" )
You can’t perform that action at this time.
0 commit comments