Accepting request 998624 from home:ph03nix

Update to version 2.13.1

OBS-URL: https://build.opensuse.org/request/show/998624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gosec?expand=0&rev=10
This commit is contained in:
2022-08-22 16:37:08 +00:00
committed by Git OBS Bridge
parent aec1c2704e
commit 64101d2629
7 changed files with 56 additions and 35 deletions

View File

@@ -1,28 +1,53 @@
-------------------------------------------------------------------
Tue Jun 21 03:00:17 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
Mon Aug 22 08:47:01 UTC 2022 - Felix Niederwanger <felix.niederwanger@suse.com>
- Enable _service tar_scm changelog automation
- Commit _servicedata to support tar_scm changelog automation
* Update to version 2.13.1
-------------------------------------------------------------------
Wed Jun 15 06:40:28 UTC 2022 - Felix Niederwanger <felix.niederwanger@suse.com>
- fix: make sure that nil Cwe pointer is handled when getting the CWE ID
- test: remove white spaces from template
- fix: handle nil CWE pointer in text template
* Update to version 2.13.0
- chore(deps): update dependency babel-standalone to v7
- chore: update module go to 1.19
- chore: fix lint warnings
- chore: add support for Go 1.19
- fix: parsing of the Go version (#844)
- Detect use of net/http functions that have no support for setting timeouts (#842)
- Refactor SQL rules for better extensibility (#841)
- chore(deps): update module golang.org/x/tools to v0.1.12 (#840)
- Fix lint warning
- Check the suppressed issues when generating the exit code
- Fix for G402. Check package path instead of package name (#838)
- fix G204 bugs (#835)
- Phase out support for Go 1.16 since is not supported anymore by Go team (#837)
- chore(deps): update all dependencies (#836)
- chore(deps): update dependency highlight.js to v11.6.0 (#830)
- fix: filepaths with git anywhere in them being erroneously excluded (#828)
- Fix wrong location for G109 (#829)
- chore(deps): update golang.org/x/crypto digest to 0559593 (#826)
- fix ReadTimeout for G112 rule
- Pin cosign-installer to v2 (#824)
* Update to version 2.12.0
- chore(deps): update all dependencies (#822)
- Add check for usage of Rat.SetString in math/big with an overflow error (#819)
- Remove additional --update for apk in Dockerfile (#818)
- Update x/tools to pick up fix for golang/go#51629 (#817)
- chore(deps): update all dependencies (#816)
- chore(deps): update all dependencies (#812)
- chore(deps): update all dependencies (#811)
- Add new rule for Slowloris Attack
- Fix the dependencies after renovate upate (#806)
- chore(deps): update all dependencies (#805)
- Update the description message of template rule (#803)
- Fix typo in ReadMe (#802)
- Fix build after renovate update (#800)
- Fix use rule IDs to retrieve the rule config
- chore(deps): update all dependencies (#796)
- Update to version 2.12.0:
* chore(deps): update all dependencies (#822)
* Add check for usage of Rat.SetString in math/big with an overflow error (#819)
* Remove additional `--update` for apk in Dockerfile (#818)
* Update x/tools to pick up fix for golang/go#51629 (#817)
* chore(deps): update all dependencies (#816)
* chore(deps): update all dependencies (#812)
* chore(deps): update all dependencies (#811)
* Add new rule for Slowloris Attack
* Fix the dependencies after renovate upate (#806)
* chore(deps): update all dependencies (#805)
* Update the description message of template rule (#803)
* Fix typo in ReadMe (#802)
* Fix build after renovate update (#800)
* Fix use rule IDs to retrieve the rule config
* chore(deps): update all dependencies (#796)
-------------------------------------------------------------------
Tue Mar 22 08:10:13 UTC 2022 - Felix Niederwanger <felix.niederwanger@suse.com>