mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
a018cf0fbb
* Added slice bounds testing for slice expressions. * Added checking slice index. * Added test for reassigning slice. * Store capacities on reslicing. * Scope change clears map. Func name used to track slices. * Map CallExpr to check bounds when passing to functions. * Fixed linter errors. * Updated rulelist with CWE mapping. * Added comment for NewSliceBoundCheck. * Addressed nil cap runtime error. * Replaced usage of nil in call arg map with dummy callexprs. * Updated comments, wrapped error return, addressed other review concerns. |
||
---|---|---|
.. | ||
issue.go | ||
issue_test.go |