<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-07-11T10:05:23.507343+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/66427170-b96a-4abe-8eac-963adf4e321a/export</id>
    <title>66427170-b96a-4abe-8eac-963adf4e321a</title>
    <updated>2026-07-11T10:05:23.513709+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "66427170-b96a-4abe-8eac-963adf4e321a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-x746-7m8f-x49c", "type": "seen", "source": "https://gist.github.com/ftnext/f3a40adeae641644a9cbad660d0234cb", "content": "# https://github.com/ftnext/fastapi-playground/blob/aeda2c2992f446a58bf43f176b31ad523d85715f/starlette-GHSA-x746-7m8f-x49c/run_fastapi_app.py\nfrom fastapi import FastAPI\nfrom starlette.endpoints import HTTPEndpoint\nfrom starlette.requests import Request\nfrom starlette.responses import PlainTextResponse\nfrom starlette.routing import Route\nfrom starlette.testclient import TestClient\n\n\nclass MyEndpoint(HTTPEndpoint):\n    async def get(self, request: Request) -&amp;gt; PlainTextResponse:\n        return PlainTextResponse(\"GET handler\")\n\n    async def _do_delete(self, request: Request) -&amp;gt; PlainTextResponse:\n        print(\"_do_delete() was called\")\n        return PlainTextResponse(\"_do_delete handler\")\n\n\napp = FastAPI(routes=[Route(\"/\", MyEndpoint)])\n\nclient = TestClient(app)\nresponse = client.request(\"_DO_DELETE\", \"/\")\nprint(f\"{response.status_code=}, {response.text=}\")", "creation_timestamp": "2026-05-31T03:42:36.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/66427170-b96a-4abe-8eac-963adf4e321a/export"/>
    <published>2026-05-31T03:42:36+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9/export</id>
    <title>ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9</title>
    <updated>2026-07-11T10:05:23.515084+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-x746-7m8f-x49c", "type": "seen", "source": "https://gist.github.com/ftnext/833b2536b55601402ace7b2a4b8cd024", "content": "# https://github.com/ftnext/fastapi-playground/blob/aeda2c2992f446a58bf43f176b31ad523d85715f/starlette-GHSA-x746-7m8f-x49c/run_starlette_app.py\nfrom starlette.applications import Starlette\nfrom starlette.endpoints import HTTPEndpoint\nfrom starlette.requests import Request\nfrom starlette.responses import PlainTextResponse\nfrom starlette.routing import Route\nfrom starlette.testclient import TestClient\n\n\nclass MyEndpoint(HTTPEndpoint):\n    async def get(self, request: Request) -&amp;gt; PlainTextResponse:\n        return PlainTextResponse(\"GET handler\")\n\n    async def _do_delete(self, request: Request) -&amp;gt; PlainTextResponse:\n        print(\"_do_delete() was called\")\n        return PlainTextResponse(\"_do_delete handler\")\n\n\napp = Starlette(routes=[Route(\"/\", MyEndpoint)])\n\nclient = TestClient(app)\nresponse = client.request(\"_DO_DELETE\", \"/\")\nprint(f\"{response.status_code=}, {response.text=}\")", "creation_timestamp": "2026-05-31T03:41:45.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9/export"/>
    <published>2026-05-31T03:41:45+00:00</published>
  </entry>
</feed>
