Below you will find pages that utilize the taxonomy term “securego”
September 26, 2024
Gosec Security Checker
Version updated for securego/gosec to version v2.21.4.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog d4617f51baf75f4f809066386a4f9d27b3ac3e46 chore(deps): update module google.golang.org/api to v0.198.0 (#1233) 1d23143bee7e7e4862d955def8f8bb389fd8b456 Prevent panic: unexpected constant value: (#1232) 6741874d9bc3feeba24ddb5fd353455a0da3b301 Fix running single analyzer which isn’t a rule bug (#1231) a83689867d8e15cac0f94c1b55979c45df8f69d6 Update gosec version to v2.21.3 in github action (#1227)
September 18, 2024
Gosec Security Checker
Version updated for securego/gosec to version v2.21.3.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog be8bd6e40be105333f2bc783ba8d688154441559 Populate the fixes only when autofix is not empty (#1226) 30049320058a3d116f9f0d3a98c7fdf3fedc20af chore(deps): update all dependencies (#1223) 1f3bdd93493b70e06e508b51ea7ad757e8f2f21e G115 Struct Attribute Checks (#1221) 5f3194b581979e508b0ba1ee22f1f1f85a314e16 Update the github action to v2.21.2 (#1218)
September 9, 2024
Gosec Security Checker
Version updated for securego/gosec to version v2.21.2.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog abfe8cfd6d5687c96abf31f8e7f57982df2a6e4f Update the SARIF schema URL (#1217) 0396179112d5e2071365e5ecb2a75d77e90852f8 Update go version to 1.23.1 and 1.22.7 (#1216) 5e53c8b9f7f77380e95960e6095392f49977e63d chore(deps): update all dependencies (#1215) 014751c91c04fe3fe05e381dea9faadbd4ce8e78 Update gosec version to v2.21.1 in github action (#1213)
September 4, 2024
Gosec Security Checker
Version updated for securego/gosec to version v2.21.1.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog 0ce4453ddd8cca1291d2056cf903b545baad95a0 Rollback the SARIF version to 2.1 since github doesn’t support 2.2 (#1210) ea26e8431f53a5d229b1c07ffe3529008a01c25e Update gosec in github action to v2.21.0 (#1208)
May 14, 2024
Gosec Security Checker
Version updated for securego/gosec to version v2.20.0.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog 6fbd381 Catch os.ModePerm permissions in os.WriteFile dc5e5a9 Add a unit test to detect the false negative in rule G306 for os.ModePerm permissions 417a44c Add filepath.EvalSymlinks to clean functions in rule G304 d34f8b7 chore(deps): update all dependencies 8658b8e Update Go to version 2.
February 12, 2024
Gosec Security Checker
Version updated for securego/gosec to version v2.19.0.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog 26e57d6 Update CI to go version 1.22 e60b8d8 chore(deps): update all dependencies 1285eb7 chore(deps): update all dependencies cf4ab3e chore(deps): update all dependencies 277553c chore(deps): update all dependencies 57ec76b chore(deps): update all dependencies 8fa46c1 chore(deps): update dependency babel-standalone to v7.23.7 53aa3f7 chore(deps): update module golang.
October 23, 2023
Gosec Security Checker
Version updated for securego/gosec to version v2.18.2.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog 55d7949 Disable dot-imports in revive linter 4656817 chore(deps): update module github.com/onsi/gomega to v1.28.1 5567ac4 Run the gosec with data race detector active during tests a239758 Fix data race in the analyzer c06903a Fix test that checks the overriden nosec directive bde2619 Clean global state in flgs tests e108c56 Format the file e298388 Update README with details which describe the current behaviour of #nosec d8a6d35 Ensure the ignores are parsed before analysing the package 7846db0 chore(deps): update all dependencies 8e0cf8c Update gosec to version 2.
October 18, 2023
Gosec Security Checker
Version updated for securego/gosec to version v2.18.1.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog 0ec6cd9 Refactor how ignored issues are tracked f338a98 Restrict the maximum depth when tracking the slice bounds 7e2d8d3 Handle empty ssa results 074353a Handle gracefully any panic that occurs when building the SSA representation of a package ec31a3a Fix typo a11eb28 Handle new function when getting the call info in case is overriden 5b7867d Bump golang.