> For the complete documentation index, see [llms.txt](https://docs.sealsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealsecurity.io/discovering/protection-page.md).

# The Protection page

The Protection page is the day-to-day workspace for security analysts and engineers. It groups every package and every rule across your tenant into four tabs:

* [Vulnerable packages](/discovering/protection-page/vulnerable-packages-tab.md): every package Seal has discovered that has at least one open vulnerability.
* [Sealed packages](/discovering/protection-page/sealed-packages-tab.md): every package that has been replaced with a sealed version, with attestation downloads.
* [Sealing rules](/discovering/protection-page/sealing-rules-tab.md): the list of remote Sealing Rules in the tenant.
* [Scanner exclusions](/discovering/protection-page/scanner-exclusions-tab.md): the list of Scanner Exclusions in the tenant. Hidden by default; an Admin enables the feature in Settings.

<figure><img src="/files/W3QjDwg8ca5GlrKtYrqE" alt="The Protection page on the Vulnerable packages tab, showing the tab strip, filter bar, and a populated package table"><figcaption><p>The Protection page</p></figcaption></figure>

The Protection page is **tenant-scoped**: all tabs span every Seal Project unless you filter by Project. There is no separate "per-project" view.

## The drawer

Clicking a row on the Vulnerable packages or Sealed packages tab opens a side drawer with that row's package detail. The drawer is **per-package**: it shows everything Seal knows about, say, `ejs@2.7.4`, including the full list of vulnerabilities affecting that package version, the matching sealed version (when one exists), the [code diff](/trust/code-diff.md), and links to relevant Sealing Rules. If the package has multiple CVEs, they all appear together in the drawer.

## Empty state

Until your tenant has accumulated scan data, the Protection page shows the [Welcome cards](/getting-started/onboarding-wizard.md#the-welcome-cards-on-the-protection-page) in place of the regular tabs.

## Related

* [Package states](/discovering/package-states.md): the canonical reference for the six values shown in the Vulnerable packages tab's state column.
* [The package drawer](/discovering/package-drawer.md): the per-vulnerability content shown inside the drawer.
* [Sealing Rules](/using-platform/sealing-rules.md): the deeper concept-and-how-to home for the Sealing rules tab.
* [Scanner Exclusions](/using-platform/scanner-exclusions.md): the deeper home for the Scanner exclusions tab.
