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

Fix broken link for vulnerabilty.id (correct commits) #2328

Merged
merged 3 commits into from
Apr 3, 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
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Thanks, you're awesome :-) -->
#### Breaking changes

#### Bugfixes
* Fix broken link in docs for vulnerability.id. #2328

#### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/fields/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13321,7 +13321,7 @@ example: `CVE`
[[field-vulnerability-id]]
<<field-vulnerability-id, vulnerability.id>>

a| The identification (ID) is the number portion of a vulnerability entry. It includes a unique identification number for the vulnerability. For example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities and Exposure CVE ID]
a| The identification (ID) is the number portion of a vulnerability entry. It includes a unique identification number for the vulnerability. For example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities and Exposure CVE ID])

type: keyword

Expand Down
4 changes: 2 additions & 2 deletions experimental/generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13647,8 +13647,8 @@
ignore_above: 1024
description: The identification (ID) is the number portion of a vulnerability
entry. It includes a unique identification number for the vulnerability. For
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities
and Exposure CVE ID]
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities
and Exposure CVE ID])
example: CVE-2019-00001
default_field: false
- name: reference
Expand Down
4 changes: 2 additions & 2 deletions experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22174,8 +22174,8 @@ vulnerability.id:
dashed_name: vulnerability-id
description: The identification (ID) is the number portion of a vulnerability entry.
It includes a unique identification number for the vulnerability. For example
(https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities
and Exposure CVE ID]
(https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities and
Exposure CVE ID])
example: CVE-2019-00001
flat_name: vulnerability.id
ignore_above: 1024
Expand Down
4 changes: 2 additions & 2 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25158,8 +25158,8 @@ vulnerability:
dashed_name: vulnerability-id
description: The identification (ID) is the number portion of a vulnerability
entry. It includes a unique identification number for the vulnerability. For
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities
and Exposure CVE ID]
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities
and Exposure CVE ID])
example: CVE-2019-00001
flat_name: vulnerability.id
ignore_above: 1024
Expand Down
4 changes: 2 additions & 2 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13597,8 +13597,8 @@
ignore_above: 1024
description: The identification (ID) is the number portion of a vulnerability
entry. It includes a unique identification number for the vulnerability. For
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities
and Exposure CVE ID]
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities
and Exposure CVE ID])
example: CVE-2019-00001
default_field: false
- name: reference
Expand Down
4 changes: 2 additions & 2 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22105,8 +22105,8 @@ vulnerability.id:
dashed_name: vulnerability-id
description: The identification (ID) is the number portion of a vulnerability entry.
It includes a unique identification number for the vulnerability. For example
(https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities
and Exposure CVE ID]
(https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities and
Exposure CVE ID])
example: CVE-2019-00001
flat_name: vulnerability.id
ignore_above: 1024
Expand Down
4 changes: 2 additions & 2 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25078,8 +25078,8 @@ vulnerability:
dashed_name: vulnerability-id
description: The identification (ID) is the number portion of a vulnerability
entry. It includes a unique identification number for the vulnerability. For
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities
and Exposure CVE ID]
example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities
and Exposure CVE ID])
example: CVE-2019-00001
flat_name: vulnerability.id
ignore_above: 1024
Expand Down
2 changes: 1 addition & 1 deletion schemas/vulnerability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
description: >
The identification (ID) is the number portion of a vulnerability entry. It
includes a unique identification number for the vulnerability.
For example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities and Exposure CVE ID]
For example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities and Exposure CVE ID])

example: CVE-2019-00001

Expand Down
Loading