<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 11 Jul 2026 11:10:51 +0000</lastBuildDate>
    <item>
      <title>66427170-b96a-4abe-8eac-963adf4e321a</title>
      <link>https://vulnerability.circl.lu/sighting/66427170-b96a-4abe-8eac-963adf4e321a/export</link>
      <description>{"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"}</description>
      <content:encoded>{"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:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/66427170-b96a-4abe-8eac-963adf4e321a/export</guid>
      <pubDate>Sun, 31 May 2026 03:42:36 +0000</pubDate>
    </item>
    <item>
      <title>ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9</title>
      <link>https://vulnerability.circl.lu/sighting/ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9/export</link>
      <description>{"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"}</description>
      <content:encoded>{"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:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9/export</guid>
      <pubDate>Sun, 31 May 2026 03:41:45 +0000</pubDate>
    </item>
  </channel>
</rss>
