mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-11 00:38:20 +01:00
Fixes 10 CodeQL code scanning alerts: - Change `NewPagination`/`SetLinkHeader` to accept `int64` for total count, clamping internally to fix incorrect-integer-conversion alerts ([#110](https://github.com/go-gitea/gitea/security/code-scanning/110), [#114](https://github.com/go-gitea/gitea/security/code-scanning/114), [#115](https://github.com/go-gitea/gitea/security/code-scanning/115), [#116](https://github.com/go-gitea/gitea/security/code-scanning/116)) - Use `strconv.Atoi()` in `htmlrenderer.go` to avoid int64 intermediate ([#105](https://github.com/go-gitea/gitea/security/code-scanning/105), [#106](https://github.com/go-gitea/gitea/security/code-scanning/106)) - Clamp regex match indices in `escape_stream.go` to fix allocation-size-overflow ([#161](https://github.com/go-gitea/gitea/security/code-scanning/161), [#162](https://github.com/go-gitea/gitea/security/code-scanning/162), [#163](https://github.com/go-gitea/gitea/security/code-scanning/163)) - Cap slice pre-allocation in `GetIssueDependencies` ([#181](https://github.com/go-gitea/gitea/security/code-scanning/181)) --------- Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
|---|---|---|
| .. | ||
| archiver | ||
| commitstatus | ||
| files | ||
| gitgraph | ||
| adopt_test.go | ||
| adopt.go | ||
| avatar_test.go | ||
| avatar.go | ||
| branch.go | ||
| cache.go | ||
| check.go | ||
| collaboration_test.go | ||
| collaboration.go | ||
| commit.go | ||
| contributors_graph_test.go | ||
| contributors_graph.go | ||
| create_test.go | ||
| create.go | ||
| delete_test.go | ||
| delete.go | ||
| fork_test.go | ||
| fork.go | ||
| generate_test.go | ||
| generate.go | ||
| hooks.go | ||
| init.go | ||
| lfs_test.go | ||
| lfs.go | ||
| license_test.go | ||
| license.go | ||
| main_test.go | ||
| merge_upstream.go | ||
| migrate.go | ||
| push.go | ||
| repo_team_test.go | ||
| repo_team.go | ||
| repository_test.go | ||
| repository.go | ||
| setting.go | ||
| template.go | ||
| transfer_test.go | ||
| transfer.go | ||