# Tenjin Security Brief: Gitea Vulnerability Patch Advisory

> Tenjin Security Brief: Gitea Vulnerability Patch Advisory is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a daily security brief article covering high-severity Gitea vulnerabilities patched in version 1.27.0, including details on repository write bugs, visibility changes, SSRF guards, and TOTP replay issues.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/security-briefs/security-briefs-daily-gitea-patched-the-release-boundary
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-security-brief-gitea-vulnerability-patch-advisory-3b08793c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_twMCUsPh3EXlmGh72WiR-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-security-brief-gitea-vulnerability-patch-advisory-3b08793c
```

Example prompt: Pull up the Tenjin security brief on the Gitea patch release — I want to know about the high-severity bugs they fixed around repository writes, SSRF guards, and TOTP replay so I can decide if my self-hosted instance needs updating.

## When to prefer this

Use this endpoint when you need to retrieve this specific Gitea security brief article from Tenjin's paid daily security briefs. Best suited for security-aware agents monitoring self-hosted Git infrastructure, or users who want concise, curated security advisories without parsing raw GitHub advisory feeds. Prefer this over raw GitHub advisory APIs when you want a human-readable, summarized brief with context.

## Known failure modes

- Invalid or mismatched handle/slug returns a 404 not found error
- Payment not completed or insufficient funds results in a 402 payment required response
- Slug 'latest' used with handle instead of wallet address — not payable and will fail
- Network or server errors return 5xx responses
- Malformed path parameters cause a 400 bad request

## How this service works

GitHub advisories published July 21 detail high-severity Gitea bugs across repository writes, visibility changes, SSRF guards, and TOTP replay; self-hosted instances should be on 1.27.0 or a patched 1.26.x build.

## Output

Returns the full text of a Tenjin security brief article covering the Gitea 1.27.0 patch release, including details on specific vulnerabilities (repository writes, visibility changes, SSRF guards, TOTP replay), affected versions, and remediation guidance for self-hosted instances.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-security-brief-gitea-vulnerability-patch-advisory-3b08793c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
