forgejo/modules/gitgraph
Gergely Nagy cd19564acc
models/asymkey: Implement Tag verification
This is, in large part, a refactoring: we rename `CommitVerification` to
`ObjectVerification`, and adjust `ParseObjectWithSignature` (previously
`ParseCommitWithSignature`) to work on an object, rather than a commit.

This in turn, lets us implement `ParseTagWithSignature` on top of it, so
commit & tag signature verification will share most of the code.

Work sponsored by @glts.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-03-30 16:22:05 +01:00
..
graph.go Refactor git command package to improve security and maintainability (#22678) 2023-02-04 10:30:43 +08:00
graph_models.go models/asymkey: Implement Tag verification 2024-03-30 16:22:05 +01:00
graph_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
parser.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00