copilot-swe-agent[bot]
|
e9bd694685
|
fix(security): prevent integer overflow in uint64 to int64 conversions
Add overflow checks before converting uint64 memory values to int64
to prevent potential integer overflow issues identified by gosec (G115).
- Add math.MaxInt64 checks in fileproc/backpressure.go
- Add math.MaxInt64 checks in fileproc/resource_monitor_validation.go
- Add math.MaxInt64 checks in fileproc/resource_monitor_metrics.go
- Add math.MaxInt64 check in benchmark/benchmark.go with nosec annotation
Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
|
2025-10-04 23:17:02 +00:00 |
|
|
|
eef3ab3761
|
chore: tweaks, simplification, tests
|
2025-07-30 19:01:59 +03:00 |
|
|
|
b369d317b1
|
feat(security): improve security features, fixes
|
2025-07-29 13:55:25 +03:00 |
|
|
|
e35126856d
|
feat: many features, check TODO.md
|
2025-07-29 13:55:25 +03:00 |
|
|
|
9a2bbda223
|
test: fix linter package names (#23)
* test: fix linter package names
* chore: pr-lint.yml
|
2025-07-14 01:48:39 +03:00 |
|
|
|
b017814c6d
|
test: check cleanup errors (#22)
|
2025-07-13 14:08:23 +03:00 |
|
|
|
d752b6d271
|
fix(lint): linting problems
|
2025-03-23 22:26:02 +02:00 |
|
|
|
4b8d66c778
|
feat(tests): more tests and ci action (#14)
* feat(tests): more tests and ci action
* fix(ci): coverage and pr-lint
* fix(ci): renovate rules, permissions, linting, actions
* fix(lint): editorconfig fixes
* fix(lint): kics.config
* fix(lint): formatting, permissions, pre-commit config
* chore(ci): set workflow to use go 1.23, go mod tidy
* chore(ci): fixes and stuff
* chore(ci): disable GO_GOLANGCI_LINT
* chore(ci): pinning, permissions
|
2025-03-23 19:41:39 +02:00 |
|
|
|
01210aaebe
|
feat: more features, output formats, configs, etc
|
2025-02-08 22:36:28 +02:00 |
|
Ismo Vuorinen
|
b9e2218305
|
Initial commit
|
2025-02-07 09:46:31 +02:00 |
|