百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
O

ortelius

> 编程语言
开源

Ortelius 社区的使命是通过持续收集和分析软件供应链信息,揭示软件供应链中的薄弱环节。

400 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Ortelius 社区的使命是通过持续收集和分析软件供应链信息,揭示软件供应链中的薄弱环节。

Getting Started

When a critical open source vulnerability is disclosed, most security teams face the same four questions in rapid succession — and struggle to answer any of them quickly:

  • What exactly is the threat? The CVE ID, CVSS score, and enough detail to know whether it's exploitable in your environment.
  • Where in your codebase do you fix it? Which repo, which package, and which version introduced the vulnerable dependency.
  • Where is that code actually running right now? Not where it was deployed last quarter — where it is live in production today, whether that's a Kubernetes cluster, a cloud function, or an edge device in the field.
  • How do you actually fix it? The upgraded version and a clear remediation path so nothing falls through the cracks.

Ortelius answers all four questions in a single platform. It ingests your Software Bill of Materials (SBOM) at build time, matches your deployed components against the OSV vulnerability database every 15 minutes, tracks every CVE from the moment it is introduced into a release through every environment it reaches until it is remediated, and measures how long each step takes against your SLA targets.


TLDR; (Hosted)

The fastest way to get started is the hosted version at app.deployhub.com — no infrastructure setup required.

  1. Go to app.deployhub.com and click Sign Up
  2. Enter your username, email, first name, last name, and organization name
  3. Check your email for an invitation link — click it to set your password and log in
  4. You're in. Your organization is created and you are its owner.

Note: If your organization already exists in the system, you'll see a conflict message with the org admin's email address. Contact them directly to be added.


Connect Your GitHub Repositories

Once logged in, connect your GitHub account. This is the fastest way to get repository and release metadata into Ortelius, though — see the note at the end of this section — it does not by itself give you vulnerability data.

Step 1 — Connect GitHub

  1. In the top-right menu, go to Profile → Connect GitHub
  2. You'll be redirected to GitHub to install the Ortelius GitHub App on your account or organization
  3. Select which repositories to give Ortelius access to — you can start with one and add more later
  4. After approving, you'll be redirected back to Ortelius with GitHub connected

Step 2 — Onboard Repositories

From Profile → GitHub Integration, pick which of your installed repositories to onboard (POST /api/v1/github/onboard). For each selected owner/repo, Ortelius:

  1. Fetches GitHub Releases for the repo via the App installation token and creates a release record per release tag (version = tag name; visibility is set from the repo's public/private status)
  2. Fetches recent GitHub Actions workflow runs and, for each run that completed successfully, creates a github-actions// endpoint and a sync record (release version = first 7 characters of the run's head commit SHA)

This gives you a release and deployment timeline for the repo. Repeated onboarding calls simply re-run this same import — this REST endpoint itself has no automatic SBOM discovery, container image inspection, or OpenSSF Scorecard lookup. (A separate, optionally-deployed component, relscanner-job, does provide a persistent background scanner with exactly those capabilities — see Why Am I Seeing Zero CVEs? below.)

Step 3 — Verify Your Data

After onboarding, go to your dashboard. You should see:

  • Your repositories listed under Releases, with a version per GitHub release
  • github-actions// listed as an endpoint under Endpoints, if any workflow runs succeeded

Why Am I Seeing Zero CVEs?

GitHub onboarding (above) imports release and deployment metadata — it does not attach an SBOM, so there is nothing yet for CVE matching to run against. No changes to your CI/CD pipeline, no CLI, and no direct API calls from your pipeline are required to fix this — SBOM data reaches Ortelius automatically via a scanner component:

  • relscanner-job — a CronJob that discovers releases from GitHub/GitLab and auto-attaches an SBOM via OCI attestations, Cosign, GitHub Release assets, or Syft/cdxgen generation

Ask your platform team whether this is deployed alongside this backend — that's the only setup step. Once it is, give it up to one scan cycle (15 minutes by default) after a repo is connected.

CVE data is refreshed from OSV.dev every 15 minutes. Components with missing or malformed PURLs are silently skipped during CVE matching.


Supported Ecosystems

Supported ecosystems for CVE matching: npm, PyPI, Maven, Go, NuGet, RubyGems, cargo (crates.io), Composer, apk (Alpine/Wolfi), deb (Debian/Ubuntu)

Building custom tooling? POST /api/v1/releases also accepts an SBOM directly if you're integrating with Ortelius programmatically — see the Implementation Guide — but this isn't something you need to add to your CI/CD pipeline for normal use; the scanner components above cover that.


Read Your Dashboard

The dashboard is organized into five sections. All metrics use a rolling 180-day window and reflect the NIST Recommended SLA Policy (Critical 15d · High 30d · Medium 90d · Low 180d) unless you configure a different policy.

Top Cards — Executive Summary

Five cards give you the headline numbers at a glance:

Card What it means Calculation
Total New CVEs Total vulnerabilities detected within the rolling 180-day window CVEs where Detected Date is within the last 180 days
Post-Deploy CVEs Currently open CVEs that were disclosed after the software was already deployed Open CVEs where Disclosure Date > Deployment date
MTTR (Pre + Post Deploy) Average days to remediate across all endpoint CVEs fixed in the period Σ(Fix Date − First Introduced Date) / Total Fixed CVEs
MTTR (Post-Deploy) Average days to remediate for post-deployment CVEs only Σ(Fix Date − First Introduced Date) / Total Fixed Post-Deploy CVEs. Clock starts at root_introduced_at — the first known version where the CVE was present
% Open > SLA Percentage of open CVEs exceeding their severity-based SLA (Count of Open CVEs > SLA / Total Open CVEs) × 100

Severity Breakdown & SLA Compliance

A table segmented by Critical, High, Medium, and Low with six columns per row:

Column What it means
MTTR (Days) Σ(Fix − Detect) / Fixed — average remediation time for closed CVEs at this severity
MTTR (Post) Σ(Fix − Detect) / Post-deploy fixed — same but restricted to post-deployment CVEs
% Fixed in SLA (Fixed ≤ SLA / Total) × 100 — what fraction were resolved before the deadline
Mean Age Σ(Now − Detect) / Open — average age of currently open CVEs at this severity
Oldest Max open age — the single oldest unresolved CVE at this severity
% > SLA (Open > SLA / Total Open) × 100 — how many open CVEs have already breached the deadline

Volume & Flow

Shows the Backlog Delta — new CVEs detected minus CVEs fixed — broken out as a bar chart by severity (Critical, High, Medium, Low). Green bars are fixes; red bars are new CVEs. A rising red bar means risk is accumulating faster than it is being resolved. The aggregate delta number is shown top-right; positive means the backlog is growing.

Vulnerability Trend (180 Days)

A stacked area chart showing open CVE counts per day for each severity band over the rolling window. Use this to spot when a new batch of vulnerabilities was introduced (a sudden step up) or when a remediation effort took effect (a step down). The x-axis is date; the y-axis is count of open CVEs. Each band is colour-coded: Critical (red), High (orange), Medium (yellow), Low (blue).

Security Velocity & Impact Metrics

Four metric cards focused on operational effectiveness:

Metric What it means Calculation
Fix Velocity CVEs remediated per week over the last 180 days Fixed CVEs / 26 weeks
High-Risk Backlog Total open Critical + High CVEs right now Count of open Critical + open High
Shift-Left Success Percentage of CVEs caught before they reached production Pre-Deploy / (Pre-Deploy + Total) × 100
SLA Burn Rate How many SLA deadlines are being breached per 30-day period Open CVEs where (SLA − Age) < 30d

Three summary numbers appear at the bottom of this section:

Number What it means
CVE-Days Exposure Total accumulated exposure across all open CVEs — Σ(Mean Age) across all open CVEs. A high number means many CVEs have been open a long time.
Weeks to Clear Estimated weeks to resolve the current backlog at the current fix velocity — Open / Weekly Velocity
Risk Score Weighted sum of open CVEs by severity — Weighted Open (C×8 H×3 M×1 L×1)

Invite Your Team

As an org owner or admin, go to your organization settings to invite colleagues.

Each invited user receives an email with a link to set their password. Links expire after 48 hours. If a link expires, an admin can resend it.

When choosing a role, use the minimum necessary:

Role Can do
Owner Everything, including managing billing and deleting the org
Admin Everything except billing — invite users, manage roles, access all resources
Editor Upload releases, upload SBOMs, sync endpoints — the right role

Issues· 17 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Gohacktoberfest

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言