<?xml version="1.0" encoding="UTF-8"?>
<!--
  ScanVuln sitemap.

  It lists one URL, and that is correct rather than lazy: every other route in
  this application requires authentication, so listing them would submit URLs
  that answer 401 to a crawler. Padding a sitemap with unreachable URLs lowers
  trust in it; an accurate one-entry sitemap is worth more than a long wrong one.

  Add entries here as genuinely public pages are published (pricing, docs, blog).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://scanvuln.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
