Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update glossary #405

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image: /img/featured_img/mondoo-feature.jpg

### advisory

An [advisory](/platform/security/posture/advisories/) is a notice released by a software vendors that provides recommendations on how to fix or mitigate a vulnerability in their product.
An [advisory](/platform/security/posture/advisories/) is a notice released by a software vendor that provides recommendations on how to fix or mitigate a vulnerability in their product.

### annotation

Expand All @@ -31,7 +31,7 @@ The [blast radius](/platform/security/posture/findings/#blast-radius) of a findi

### case

A [case](/platform/cases/overview/) is a security finding (such as an advisory or failed check) that a team member has identified as needing work. For each case, Mondoo creates a corresponding Jira issue so that you can track the case as a part of your team's regular workflow.
A [case](/platform/cases/overview/) is a task to be completed. Cases are based on one or more security findings (such as advisories or failed checks) that a team member has identified as needing attention.

### check

Expand All @@ -41,6 +41,10 @@ A check is a verification of information. For example, a check can assert that a

Continuous integration and continuous delivery/deployment (CI/CD) is a highly automated software development practice in which teams make, test, and deploy frequent, incremental code changes. Mondoo integrates with [major CI/CD platforms](/platform/infra/supply/cicd/overview/) to enable security testing throughout the development process.

### console

The Mondoo console is a browser-based user interface for managing your Mondoo account. Access the Mondoo console at [console.mondoo.com](https://console.mondoo.com).

### contextual risk factors

When calculating risk, Mondoo considers the environment in which a finding exists. [Contextual risk factors](/platform/security/posture/findings/#factor-contextual-risk), such as an end-of-life operating system, a running service, or defensive countermeasures on the asset, increase or decrease the risk of a finding.
Expand All @@ -63,7 +67,9 @@ A [CVE](/platform/security/posture/vulnerabilities/) (common vulnerability and e

### integration

An [integration](/platform/infra/overview/) is Mondoo's connection and communication with an [asset](#asset). Integrations allow Mondoo to gather inventory details, assess the security of an asset, and measure compliance.
An [integration](/platform/infra/overview/) is Mondoo's connection and communication with an external system. Most integrations are with [assets](#asset). They allow Mondoo to gather inventory details, assess the security of an asset, and measure compliance.

A Mondoo integration can also provide communication with a data [export destination](/platform/maintain/export/overview/) or a [project management or ticket system](/platform/cases/overview/).

### inventory

Expand Down
2 changes: 0 additions & 2 deletions docs/platform/maintain/export/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Export data from Mondoo to:

- [Snowflake](/platform/maintain/export/snowflake)

- Other data platforms coming soon! Check back for updates.

See also:

- [Export JSONL Schema](/platform/maintain/export/schema/)
Expand Down
Loading