issues
search
uber-go
/
nilaway
Static analysis tool to detect potential nil panics in Go code
Apache License 2.0
3.19k
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: allow zero slice using func
#293
fatelei
opened
1 week ago
6
False positive due to nilability of `x` determined by the value of `y`
#292
sonalmahajan15
opened
3 weeks ago
0
Can Nilaway support incremental scanning
#291
miaogreat
opened
3 weeks ago
2
Add Support for SARIF Format Output in Standalone Mode
#290
farsheedify
opened
1 month ago
2
False positive in named type receiver
#289
sonalmahajan15
opened
1 month ago
2
Add initial handling for iterators
#288
yuxincs
closed
1 month ago
2
Handle iterators introduced in Go 1.23
#287
yuxincs
opened
1 month ago
0
Handle newly-introduced types.Alias type
#286
yuxincs
closed
1 month ago
4
Create rich effect function check
#285
aravipati1
closed
1 month ago
2
False positive in tracking conversion from value to pointer receiver
#284
sonalmahajan15
opened
1 month ago
0
Remove dead code for custom nilable types
#283
yuxincs
closed
1 month ago
2
Rename `testing` test package to `trustedfunc` package
#282
yuxincs
closed
1 month ago
2
Add modeling for `errors.As` in the generalized hook framework
#281
yuxincs
closed
1 month ago
2
Break splitBlocksOn into a new hook
#280
yuxincs
closed
1 month ago
2
Break assume return into a separate hook in the generalized hook framework
#279
yuxincs
closed
1 month ago
2
Generalize trusted function framework to be a hook framework
#278
yuxincs
closed
1 month ago
2
Add support for rich effect functions via function pointers
#277
sonalmahajan15
opened
2 months ago
0
False positive when wrapping errors
#276
johannaschwarzcheck24
opened
2 months ago
1
Upgrade minimum version of Go to 1.22
#275
yuxincs
closed
1 month ago
2
Test Golden Test
#274
yuxincs
closed
3 months ago
2
Fix golden test for forked repository
#273
yuxincs
closed
3 months ago
2
Fix golden test
#272
yuxincs
closed
3 months ago
2
Fix golden test permission issue
#271
yuxincs
closed
3 months ago
3
new x/tools dep to work with newer go1.23.0
#270
jayalane
closed
3 months ago
9
panic with go1.23.0
#269
jayalane
closed
3 months ago
4
Refine tracking of slicing index
#268
sonalmahajan15
opened
3 months ago
0
Support validation via custom bool functions
#267
sonalmahajan15
closed
2 months ago
1
add tip for the JSON output
#266
madneal
closed
3 months ago
7
Better support json format
#265
madneal
closed
4 months ago
3
Support for "always safe" for error returning and ok-form functions
#264
sonalmahajan15
closed
4 months ago
2
false positive ignore
#263
madneal
closed
4 months ago
1
false positive cases
#262
madneal
closed
4 months ago
1
golangci-lint run issue
#261
madneal
closed
4 months ago
1
The method encapsulates nil detection but cannot recognize it
#260
fidding
opened
5 months ago
0
False negative in contract support
#259
sonalmahajan15
opened
5 months ago
0
cpu max out on large project
#258
ilovejs
closed
4 months ago
1
False positive the pointer is nulled after the dereferencing
#257
SongShawn
closed
5 months ago
1
False positive when a deep read uses an expression
#256
cgetzen
opened
5 months ago
1
Adding support for nilaway in nvim-lint
#255
NormanPerrin
opened
5 months ago
2
Fix for making rich check effect handling unbiased for return statement ordering
#254
sonalmahajan15
closed
4 months ago
2
Handle assignments to global variables from the init function
#253
k4n4ry
opened
5 months ago
8
Add more test cases for calling no-return functions
#252
yuxincs
closed
5 months ago
3
Refine the handling of pointers in `TypeAsDeepType`
#251
sonalmahajan15
closed
3 months ago
2
Separate the preprocess into a standalone package
#250
yuxincs
closed
6 months ago
2
Refactor CFG preprocess logic
#249
yuxincs
closed
6 months ago
2
Separate the trustedfunc framework from `assertiontree` package
#248
yuxincs
closed
6 months ago
2
False negative result
#247
potalestor
closed
6 months ago
1
False positive result
#246
potalestor
opened
6 months ago
1
Fix for nested non-builtin call expression in map access
#245
sonalmahajan15
closed
6 months ago
2
Fix convergence problem due to unbounded growing of assertion tree
#244
sonalmahajan15
closed
6 months ago
2
Next