Accepting request 1128786 from devel:languages:go
- update to 2.18.2: * Disable dot-imports in revive linter * Run the gosec with data race detector active during tests * Fix data race in the analyzer * Fix test that checks the overriden nosec directive * Clean global state in flgs tests * Format the file * Update README with details which describe the current of #nosec * Ensure the ignores are parsed before analysing the package - Update to version 2.18.2: * Added ppc64le support * chore(deps): update all dependencies * Ensure ignores are handled properly for multi-line issues * Update Go to version 1.21.4 and 1.20.11 * chore(deps): update module golang.org/x/text to v0.14.0 * chore(deps): update all dependencies * Remove the hardcoded GOOS value when building the Linux binary to enable support for container image for ARM * Avoid allocations with `(*regexp.Regexp).MatchString` * Fix some typos * Update local installation instructions by removing the details for Go 1.16 OBS-URL: https://build.opensuse.org/request/show/1128786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gosec?expand=0&rev=13
This commit is contained in:
commit
e1b0d750bb
12
_service
12
_service
@ -1,22 +1,22 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="filename">gosec</param>
|
<param name="filename">gosec</param>
|
||||||
<param name="url">https://github.com/securego/gosec.git</param>
|
<param name="url">https://github.com/securego/gosec.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">v2.18.1</param>
|
<param name="version">v2.18.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="set_version" mode="manual"/>
|
||||||
<service name="set_version" mode="disabled"/>
|
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/securego/gosec.git</param>
|
||||||
|
<param name="changesrevision">24c614bf16a70baa05ffed8ce64314762605ddd4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b796b5b553af2002a2bd8c988ebfa992137f1bfb075fd96e3c37b2de33055597
|
|
||||||
size 627212
|
|
3
gosec-2.18.2.obscpio
Normal file
3
gosec-2.18.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3973db9ac9b87490b188cd761f263b57a0827623e672c52849aaeeb75ec4492b
|
||||||
|
size 631308
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 25 19:22:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.18.2:
|
||||||
|
* Disable dot-imports in revive linter
|
||||||
|
* Run the gosec with data race detector active during
|
||||||
|
tests
|
||||||
|
* Fix data race in the analyzer
|
||||||
|
* Fix test that checks the overriden nosec directive
|
||||||
|
* Clean global state in flgs tests
|
||||||
|
* Format the file
|
||||||
|
* Update README with details which describe the current
|
||||||
|
of #nosec
|
||||||
|
* Ensure the ignores are parsed before analysing the
|
||||||
|
package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 25 19:19:43 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.18.2:
|
||||||
|
* Added ppc64le support
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Ensure ignores are handled properly for multi-line issues
|
||||||
|
* Update Go to version 1.21.4 and 1.20.11
|
||||||
|
* chore(deps): update module golang.org/x/text to v0.14.0
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Remove the hardcoded GOOS value when building the Linux binary to enable support for container image for ARM
|
||||||
|
* Avoid allocations with `(*regexp.Regexp).MatchString`
|
||||||
|
* Fix some typos
|
||||||
|
* Update local installation instructions by removing the details for Go 1.16
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 17 14:29:50 UTC 2023 - felix.niederwanger@suse.de
|
Tue Oct 17 14:29:50 UTC 2023 - felix.niederwanger@suse.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gosec
|
name: gosec
|
||||||
version: 2.18.1
|
version: 2.18.2
|
||||||
mtime: 1697441383
|
mtime: 1700125641
|
||||||
commit: 7846db034c76684c31634ede659a92e5b3ffe2cc
|
commit: 24c614bf16a70baa05ffed8ce64314762605ddd4
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gosec
|
Name: gosec
|
||||||
Version: 2.18.1
|
Version: 2.18.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI tool to scan the Go AST and SSA code representations for security problems
|
Summary: CLI tool to scan the Go AST and SSA code representations for security problems
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1609021b2d8a01725131716f4548bc3bfa7f3f8ea948c117df2eefa905b2932a
|
oid sha256:521c03b60189865a200db92fe79b293653f8020ba29177b0f10e53d787f2243b
|
||||||
size 4181515
|
size 4177901
|
||||||
|
Loading…
Reference in New Issue
Block a user