issues
search
google
/
gofuzz
Fuzz testing for go.
Apache License 2.0
1.5k
stars
119
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Regarding newer versions
#71
aviganguly
opened
1 year ago
0
Tag a new release: 1.3.0
#70
advdv
opened
1 year ago
0
Is / should gofuzz safe for concurrent use?
#69
alarbada
closed
1 year ago
2
Add AllowUnsupportedFields to ignore interface/etc fields and not panic
#68
tzachshabtay
opened
1 year ago
0
Fix time.Time fuzzing to generate only valid zone offsets
#67
banks
closed
2 years ago
6
chore: typo: NilChange -> NilChance
#66
STRRL
closed
2 years ago
5
Fix panic when the kind is `reflect.Invalid`
#65
gagliardetto
closed
3 years ago
1
Turn off non-working CI/CD integration
#64
lavalamp
closed
3 years ago
0
Support fuzzing unexported fields
#63
yanzhoupan
closed
3 years ago
5
Can we add support for unexported field?
#62
yanzhoupan
closed
3 years ago
2
Make the fuzzer threadsafe
#61
alvaroaleman
closed
3 years ago
1
NewFromGoFuzz doesn't work well with go-fuzz
#60
stevenjohnstone
opened
3 years ago
1
Fix int overflow on 32 bits systems
#59
eclipseo
closed
3 years ago
1
Test failure on 32 bits arch
#58
eclipseo
closed
3 years ago
0
Added Support for Linux on Power
#57
ujjwalsh
closed
2 years ago
1
UnicodeRanges as shown in example cause `go vet` to fail
#56
RiRa12621
closed
4 years ago
0
example_test: explicitly set keys in unicoderange
#55
RiRa12621
closed
4 years ago
2
Highlight go-fuzz integration in the README more
#54
disconnect3d
closed
2 years ago
1
Fix testing methodology; passes accumulate now.
#53
lavalamp
closed
4 years ago
3
Reduce the chance a test can flake
#52
dnephin
closed
4 years ago
3
Allow Continue.Fuzz to accept a reflect.Value
#51
dnephin
closed
4 years ago
4
Include Type in panic message
#50
dnephin
closed
2 years ago
1
update go versions
#49
lavalamp
closed
4 years ago
1
New Release?
#48
MariusVanDerWijden
closed
4 years ago
2
Fix bug where NilChance(0) could still result in nil
#47
ericcornelissen
closed
4 years ago
1
go-fuzz integration may give nil values despite NilChance(0)
#46
ericcornelissen
closed
4 years ago
2
Generating blank strings even though nilChance is set to 0
#45
gmgchow
closed
4 years ago
2
Add note to docs that private fields of structs cannot be fuzzed using this package
#44
ericcornelissen
opened
4 years ago
2
Fixed a typo
#43
Ashikpaul
closed
4 years ago
4
Set the character generation mode to generate character that conform to Unicode encoding
#42
kwongtailau
closed
4 years ago
7
Optimize randBool() and randString()
#41
jake-ciolek
closed
4 years ago
8
Update import statement to reference correct library name
#40
colinnewell
closed
4 years ago
4
Skip fields if falled through for chan, interface, etc.
#39
haoliangz
closed
3 years ago
0
Seed the fuzzer in tests
#38
punkeel
closed
4 years ago
4
Implement fuzzing of complex types
#37
punkeel
closed
4 years ago
2
Fix charRange to allow picking the last item
#36
punkeel
closed
4 years ago
5
Add support to fuzz from go-fuzz input
#35
posener
closed
4 years ago
15
Bump Go versions.
#34
AlekSi
closed
4 years ago
2
Integrate with fuzzit?
#33
posener
closed
4 years ago
0
go mod checksum mismatch
#32
angao
closed
4 years ago
1
Is this repository still alive?
#31
jbactad
closed
5 years ago
1
Allow skipping certain struct fields while fuzzing (based on a specified prefix)
#30
samirkut
closed
5 years ago
8
issue building with go 1.11.3 and previous
#29
dnozay
opened
5 years ago
0
Initialize go.mod
#28
lavalamp
closed
5 years ago
0
presence of an interface value always panics
#27
odeke-em
opened
5 years ago
20
comparison with go-fuzz
#26
nhooyr
closed
6 years ago
1
Add golint to automated tests
#25
lavalamp
opened
6 years ago
0
Use SVG badge
#24
AlekSi
closed
5 years ago
1
Idea: Fuzzing with only non-zero values?
#23
RONNCC
opened
7 years ago
0
Add a NewWithSeed() constructor
#22
thockin
closed
7 years ago
1
Next