Accepting request 1026508 from devel:languages:go

* Update to versin 2.14.0
- Pin release build to Go version 1.19.2 (#882)
- Refactor to support duplicate imports with different aliases (#865)
- chore(deps): update all dependencies (#881)
- go.mod: ginkgo/v2 v2.3.1, golang.org/x/text v0.3.8, update go versions (#880)
- Update Go version to 1.19 in the makefile (#876)
- chore(deps): update all dependencies (#875)
- Add CWE-676 to cwe mapping (#874)
- chore(deps): update all dependencies (#872)
- Add a way to use private repositories on GitHub (#869)
- chore(deps): update all dependencies (#868)
- Check go version when installing govulncheck
- Check go version when running govulncheck
- Add vulncheck to the test steps
- chore(deps): update all dependencies
- Fix false positives for G404 with aliased packages
- chore(deps): update all dependencies
- chore(deps): update all dependencies
- fix: add a CWE ID mapping to rule G114
- chore(deps): update golang.org/x/crypto digest to bc19a97

OBS-URL: https://build.opensuse.org/request/show/1026508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gosec?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-10-18 10:45:07 +00:00 committed by Git OBS Bridge
commit 66c1da04a3
6 changed files with 32 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/securego/gosec.git</param>
<param name="scm">git</param>
<param name="revision">master</param>
<param name="version">v2.13.1</param>
<param name="version">v2.14.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac9b0d56e6e6a95603f1105e958fdca57c68f6ead82825af7a74fee1eff71105
size 140401

3
gosec-2.14.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53644a1705b0962cc4b84bfaad92ee4dd4f20c57ead434fc25be6201c6d0b266
size 140538

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Oct 17 13:45:23 UTC 2022 - Felix Niederwanger <felix.niederwanger@suse.com>
* Update to versin 2.14.0
- Pin release build to Go version 1.19.2 (#882)
- Refactor to support duplicate imports with different aliases (#865)
- chore(deps): update all dependencies (#881)
- go.mod: ginkgo/v2 v2.3.1, golang.org/x/text v0.3.8, update go versions (#880)
- Update Go version to 1.19 in the makefile (#876)
- chore(deps): update all dependencies (#875)
- Add CWE-676 to cwe mapping (#874)
- chore(deps): update all dependencies (#872)
- Add a way to use private repositories on GitHub (#869)
- chore(deps): update all dependencies (#868)
- Check go version when installing govulncheck
- Check go version when running govulncheck
- Add vulncheck to the test steps
- chore(deps): update all dependencies
- Fix false positives for G404 with aliased packages
- chore(deps): update all dependencies
- chore(deps): update all dependencies
- fix: add a CWE ID mapping to rule G114
- chore(deps): update golang.org/x/crypto digest to bc19a97
-------------------------------------------------------------------
Mon Aug 22 08:47:01 UTC 2022 - Felix Niederwanger <felix.niederwanger@suse.com>

View File

@ -17,7 +17,7 @@
Name: gosec
Version: 2.13.1
Version: 2.14.0
Release: 0
Summary: Golang security checker
License: Apache-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c49102731f62fc7dc3921fb496fe9d4bb22cd5690453b06f0f018728e597d907
size 3869311
oid sha256:a2dd0e4dd98a7610ef9ba18679985fb06949e949ed50891020579a23b0000556
size 3889657