Skip to content

Commit

Permalink
gitea: mark as insecure
Browse files Browse the repository at this point in the history
The patch for this doesn't apply on 1.21 doesn't apply with half of the
hunks failing.

Moving forward on stable isn't an option either, minor releases of gitea
are also breaking.
  • Loading branch information
Ma27 committed Oct 11, 2024
1 parent c505ebf commit bdb8ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,8 @@ buildGoModule rec {
maintainers = with maintainers; [ ma27 techknowlogick SuperSandro2000 ];
broken = stdenv.isDarwin;
mainProgram = "gitea";
knownVulnerabilities = [
"Scope check of access tokens is broken (https://github.com/go-gitea/gitea/pull/32218)"
];
};
}

0 comments on commit bdb8ebb

Please sign in to comment.