Block a user
enavarro_suse
pushed to feature/workflow_pr_introduce_package_maintainers_from_issues at enavarro_suse/autogits
2026-06-22 17:00:32 +02:00
WIP: ci: configure golangci-lint with new-from-rev filter for legacy code
enavarro_suse
pushed to feature/introduce_golangci_lint at enavarro_suse/autogits
2026-06-22 16:52:05 +02:00
enavarro_suse
pushed to feature/introduce_golangci_lint at enavarro_suse/autogits
2026-06-22 16:50:02 +02:00
enavarro_suse
created branch feature/introduce_golangci_lint in enavarro_suse/autogits
2026-06-22 16:50:02 +02:00
Refactor: centralize cache update intervals and retry limits
enavarro_suse
created branch refactoring/constants in enavarro_suse/autogits
2026-06-22 15:39:09 +02:00
obs-status-service: use semantic HTTP status constants
enavarro_suse
pushed to refactoring/semantic_http_status_constants at enavarro_suse/autogits
2026-06-22 15:32:16 +02:00
enavarro_suse
created branch refactoring/semantic_http_status_constants in enavarro_suse/autogits
2026-06-22 15:32:16 +02:00
Refactor: use
strings.Fields for robust whitespace splitting
That is an interesting point regarding strict input validation and parsing optimization. Thanks for the suggestion.
However, the strings.Fields approach combined with the if len(d) == 2…
Refactor: use
strings.Fields for robust whitespace splitting
Nice! Thanks!
I believe I found an even better solution that doesn't sacrifice performance (O(1) slicing with zero heap allocations) and adds safety against panics, all while avoiding the…
enavarro_suse
pushed to refactoring/strings_fields at enavarro_suse/autogits
2026-06-22 14:52:58 +02:00
common: secure submodule line parsing against short line panics
enavarro_suse
pushed to fix/panic_gitmodules_parser at enavarro_suse/autogits
2026-06-22 14:08:06 +02:00
enavarro_suse
created branch fix/panic_gitmodules_parser in enavarro_suse/autogits
2026-06-22 14:08:05 +02:00
publisher: make Bearer auth parsing robust and fix security bypass
enavarro_suse
created branch fix/http_header_security_bypass in enavarro_suse/autogits
2026-06-22 14:03:58 +02:00