Commit graph

  • 19605b190e add include option for config file kaiili 2021-12-19 16:50:43 +0800
  • 7aa862c49d config global option suport exclude rules kaiili 2021-12-19 15:33:35 +0800
  • 88d4d186b5 Track both #nosec and #nosec rulelist for one violation Yiwei Ding 2021-12-18 01:05:18 +0800
  • e0f354aa0d
    Add the sponsors section in the README file (#740) Cosmin Cojocar 2021-12-15 20:10:40 +0100
  • dbab82d914
    Add the sponsors section in the README file Cosmin Cojocar 2021-12-15 20:09:01 +0100
  • d23ab2d997
    Remove space between // and #nosec in examples and internal use Ville Skyttä 2021-12-15 20:31:14 +0200
  • 1dc6acdbb3 Remove space between // and #nosec in examples and internal use Ville Skyttä 2021-12-14 16:10:43 +0200
  • 35af340d07
    Fix #736 (#738) v2.9.5 Yiwei Ding 2021-12-14 00:45:47 +0800
  • 6c0b34426c
    chore(deps): update golang.org/x/crypto commit hash to 4570a08 (#737) renovate[bot] 2021-12-13 17:44:29 +0100
  • 71fa103e0a Fix #736 Yiwei Ding 2021-12-13 15:24:10 +0800
  • 96b0d6e665
    chore(deps): update golang.org/x/crypto commit hash to 4570a08 Renovate Bot 2021-12-13 02:17:15 +0000
  • b45f95f6ad
    Add support for suppressing the findings v2.9.4 Yiwei Ding 2021-12-09 18:53:36 +0800
  • b40d09dcfc Polish code and resolve comments Yiwei Ding 2021-12-09 17:17:11 +0800
  • cbd008a31d Add tracking suppressions in README and fix comments Yiwei Ding 2021-12-08 16:25:07 +0800
  • 040327f7d7
    chore(deps): update all dependencies (#734) renovate[bot] 2021-12-07 15:49:48 +0100
  • b539328ef0 Use const Yiwei Ding 2021-12-06 17:40:22 +0800
  • 8bd83b3bb2
    chore(deps): update all dependencies Renovate Bot 2021-12-06 00:14:58 +0000
  • eb03d07e3a Add UT for external suppression Yiwei Ding 2021-11-30 19:04:10 +0800
  • 54fa5cbc0e Bug fix Yiwei Ding 2021-11-30 16:39:03 +0800
  • 2bb847f62b Refactor tracking external suppressions Yiwei Ding 2021-11-30 16:31:31 +0800
  • 6ab1e78865 Track external suppressions Yiwei Ding 2021-11-30 14:20:11 +0800
  • 5dc4a640f4 Add UT for formatter and sarif Yiwei Ding 2021-11-25 20:15:20 +0800
  • c63194d5cc Add UT for Analyzer Yiwei Ding 2021-11-25 13:10:01 +0800
  • 6a41fb9e61
    Fix https://github.com/securego/gosec/issues/714 (#733) v2.9.3 Lars 2021-11-24 16:34:42 +0100
  • 23b6b6f269 Fix https://github.com/securego/gosec/issues/714 Lars Gohr 2021-11-24 16:24:38 +0100
  • 2e3a937faf Track inline suppressions Yiwei Ding 2021-11-23 19:30:24 +0800
  • c95e9c21e7
    chore(deps): update all dependencies (#731) renovate[bot] 2021-11-22 14:04:48 +0100
  • 161e06c93b
    chore(deps): update all dependencies Renovate Bot 2021-11-22 01:05:11 +0000
  • e57efa8482
    Fix a panic in suproc rule when the declaration of the variable is not available in the AST (#728) v2.9.2 Cosmin Cojocar 2021-11-16 21:41:26 +0100
  • 30e321be9b
    Fix a panic in suproc rule when the declaration of the variable is not available in the AST Cosmin Cojocar 2021-11-16 21:31:30 +0100
  • ff17c30a97
    Use go embed for templates (#725) Marc Brugger 2021-11-15 16:17:22 +0100
  • 842311ef54
    use go embed for templates bakito 2021-11-12 12:26:56 +0100
  • 3eba7b8a3e
    add openssh to docker image (#719) Matthew Jaffee 2021-11-10 14:13:20 -0600
  • a1e6ebd958 add openssh to docker image Matthew Jaffee 2021-11-03 10:28:57 -0500
  • 55c6ceaaa6
    Fix crash when parsing the TLS min version value (#724) Cosmin Cojocar 2021-11-09 21:59:53 +0100
  • 79e1bceb1f
    Fix crash when parsing the TLS min version value Cosmin Cojocar 2021-11-09 21:52:42 +0100
  • 40fa36d1de
    G303: catch with os.WriteFile, add os.Create test case (#718) Ville Skyttä 2021-11-09 22:13:45 +0200
  • 873ac243ea
    chore(deps): update all dependencies (#722) renovate[bot] 2021-11-09 21:05:07 +0100
  • f1f0056a90
    Spelling fixes (#717) Ville Skyttä 2021-11-09 22:02:24 +0200
  • 7976abe8ee
    chore(deps): update all dependencies Renovate Bot 2021-11-08 22:14:35 +0000
  • da618aabef Catch G303 with os.WriteFile too Ville Skyttä 2021-11-02 14:13:58 +0200
  • e1df8a05f0 Add G303 os.Create test case Ville Skyttä 2021-11-02 14:13:58 +0200
  • e77d40c710 Spelling fixes Ville Skyttä 2021-11-02 14:10:59 +0200
  • 0680c75f99
    chore(deps): update all dependencies (#716) renovate[bot] 2021-11-01 20:56:57 +0100
  • ae931f954a
    chore(deps): update all dependencies Renovate Bot 2021-10-25 01:29:39 +0000
  • 79c8b79263
    use a better naming for the variable (#715) Ryan Leung 2021-10-19 17:54:51 +0800
  • 99495e913a use a better naming for the variable Ryan Leung 2021-10-18 15:23:03 +0800
  • 69213955da
    Fix the SBOM generation step in the release action (#712) v2.9.1 Cosmin Cojocar 2021-10-15 10:57:09 +0200
  • 21c91d8455
    Fix the SBOM generation step in the release action Cosmin Cojocar 2021-10-15 10:56:14 +0200
  • 5a3a27afae
    Phase out support for go version 1.15 because current ginko is not backward compatible (#710) Cosmin Cojocar 2021-10-15 10:46:13 +0200
  • beb67db819
    Phase out support for go version 1.15 because current ginko is not backward compatible Cosmin Cojocar 2021-10-15 10:38:14 +0200
  • 17105ab93e
    spelling fix (#708) v2.9.0 Cam 2021-10-14 03:54:32 -0400
  • 1297bedbc7
    Update README.md (#707) xq840622 2021-10-14 15:54:09 +0800
  • 7fd4aef9dc
    feat: add os.ReadFile to G304 (#706) Eng Zer Jun 2021-10-14 15:53:26 +0800
  • 318cd3a749 spelling fix HeyCamCam 2021-10-13 07:35:35 -0400
  • 3ac649de5a
    Update README.md xq840622 2021-10-13 16:05:04 +0800
  • 80242d3dd5
    feat: add os.ReadFile to G304 Eng Zer Jun 2021-10-06 22:51:32 +0800
  • 991dd94f3a
    Update local installation instruction (#703) nobishii 2021-10-06 02:33:55 +0900
  • 1933cba5b5
    Add os.Unsetenv to NoErrorCheck whitelist (#702) Yuval Kashtan 2021-10-05 20:30:34 +0300
  • e73248cc12
    chore(deps): update all dependencies (#701) renovate[bot] 2021-10-05 19:29:19 +0200
  • c59e0c3988
    chore(deps): update all dependencies Renovate Bot 2021-10-01 16:13:57 +0000
  • e8d5b6acf7 Update local installation instruction nobishino 2021-09-24 17:03:40 +0900
  • 3b059c709b Add os.Unsetenv to NoErrorCheck whitelist Yuval Kashtan 2021-09-23 13:39:20 +0300
  • c59cd6bb95
    Update renovate.json (#699) Matthieu MOREL 2021-09-19 23:24:39 +0200
  • 754db8c36c
    Update renovate.json Matthieu MOREL 2021-09-19 11:28:50 +0200
  • bfb0f422fe
    chore(lint): enable errorlint and gci (#698) Matthieu MOREL 2021-09-13 09:40:10 +0200
  • cb89567f99
    chore(deps): update module github.com/lib/pq to v1.10.3 (#695) renovate[bot] 2021-09-13 09:39:36 +0200
  • 491d83a175
    chore(lint): enable errorlint and gci Matthieu MOREL 2021-09-13 08:37:32 +0200
  • e4161cfb05
    chore(deps): update module github.com/lib/pq to v1.10.3 Renovate Bot 2021-09-06 00:03:01 +0000
  • 1b2eecc8c4
    Enable go 1.17 in the build and release workflows (#694) Cosmin Cojocar 2021-09-02 14:59:49 +0200
  • 7f38c8bc12
    Enable go 1.17 in the build and release workflows Cosmin Cojocar 2021-09-02 14:53:05 +0200
  • efbefc6930
    fix: create a separate type for flag that has validation (#692) Nanik 2021-09-02 22:44:20 +1000
  • c14ee40884 fix: add test case and refactor code Nanik T 2021-08-26 20:16:42 +1000
  • d0bb4496f0 fix: gofumpt code Nanik T 2021-08-24 18:45:56 +1000
  • 83b82be4a0 fix: refactor to make linter happy Nanik T 2021-08-24 18:41:06 +1000
  • 69324d2e62 fix: add comment as reported by houndci-bot Nanik T 2021-08-24 18:08:54 +1000
  • 957978e300 fix: create a separate type for flag that has validation Nanik T 2021-08-24 18:07:02 +1000
  • 1978a52ff4
    Update all dependencies (#690) renovate[bot] 2021-08-23 08:04:46 +0200
  • 47302a6a5f
    Update all dependencies Renovate Bot 2021-08-23 00:01:46 +0000
  • fd5472caaf
    remove tabs (#689) Marc Brugger 2021-08-20 10:27:45 +0200
  • ad257f79f5
    remove tabs bakito 2021-08-19 16:41:15 +0200
  • d3309fb4f5
    Add a more generic message for rule g204 (#688) Cosmin Cojocar 2021-08-19 15:18:20 +0200
  • 22e777548b
    Add a more generic message for rule g204 Cosmin Cojocar 2021-08-19 15:08:59 +0200
  • b695b66e4d
    add key to Highlight component (#686) Marc Brugger 2021-08-19 14:54:12 +0200
  • aee782bfe8
    add summary to html report (#687) Marc Brugger 2021-08-19 14:53:39 +0200
  • a00aef57ab
    add summary to html report bakito 2021-08-19 11:57:25 +0200
  • 93ea2b5d5e
    add key to Highlight component bakito 2021-08-19 11:10:18 +0200
  • f285d612b5
    Fix formatting issues with gofumpt (#685) Cosmin Cojocar 2021-08-18 13:16:21 +0200
  • e0700e8d97
    Fix formatting issues with gofumpt Cosmin Cojocar 2021-08-18 13:13:23 +0200
  • ba23b5e49a
    Add possibility to list waived (nosec) marked issues but not count them as such Marc Brugger 2021-08-18 13:00:38 +0200
  • 9b1ae3aa3b
    show ignored issues bakito 2021-08-04 22:33:16 +0200
  • 5a131be2ec
    fix: add more rules for G204 (#677) Nanik 2021-08-16 19:31:51 +1000
  • 9f30bb6602
    Typo correction (#681) Rodrigo Broggi 2021-08-16 11:29:35 +0200
  • 83355dc837
    Update all dependencies (#683) renovate[bot] 2021-08-16 11:28:27 +0200
  • 26c007d7fd
    Update all dependencies Renovate Bot 2021-08-16 00:17:09 +0000
  • 6087e7f9e9 fix: add extra test and comment Nanik T 2021-08-11 22:15:56 +1000
  • 0055b9cc87 Merge branch 'master' of github-nanikjava:nanikjava/gosec into f-fix-g204 Nanik T 2021-08-11 21:51:09 +1000
  • f15b179c90
    Typo correction Rodrigo Broggi 2021-08-10 08:56:37 +0200
  • 2d4133d7a1
    Update module github.com/onsi/gomega to v1.15.0 (#679) renovate[bot] 2021-08-09 17:29:21 +0200
  • 91447a45f5
    Add SeatGeek to USERS.md (#678) Phil Calçado 2021-08-09 11:28:31 -0400