Changelog
- 1d909e2 Add db.Exec and db.Prepare to the sql rule (#763)
- 742aa84 chore(deps): update golang.org/x/crypto commit hash to 5e0467b (#764)
- 7be6d4e Add os.Create to the readfile rule (#761)
- 75cc7dc Fix false negative for SQL injection when using DB.QueryRow.Scan() (#759)
- 58058af chore(deps): update dependency highlight.js to v11.4.0 (#758)
- 9d66b0d Fix false negatives for SQL injection in multi-line queries
- 4c1afaa Find G303 with filepath.Join'd temp dirs (#754)
- 19bda8d Find more tempdirs
- 827fca9 build(fmt): use
[
instead of[[
(#751) - ad5d74d Update to ginkgo v2 (#753)
- 72f1145 Fix #743 (#748)
- 63a8e78 Handle nil when looking up a file by position into a package (#747)
- 3038a30 Add in the config file settings for exclude and include options
- bf0dd2f chore(deps): update golang.org/x/crypto commit hash to e495a2d (#745)
- 2d1c1a6 Track both #nosec and #nosec rulelist for one violation (#741)
- e0f354a Add the sponsors section in the README file (#740)
- d23ab2d Remove space between
//
and#nosec
in examples and internal use