Skip to content

Commit 3277e28

Browse files
authored
fix: FuzzB64Decode regexp match for fuzzing (#1054)
Signed-off-by: Felipe Zipitria <[email protected]>
1 parent a97d850 commit 3277e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

magefile.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ func Fuzz() error {
182182
{
183183
pkg: "./internal/transformations",
184184
tests: []string{
185-
"FuzzB64Decode",
185+
"FuzzB64Decode$",
186+
"FuzzB64DecodeExt",
186187
"FuzzCMDLine",
187188
},
188189
},

0 commit comments

Comments
 (0)