Skip to content

Commit

Permalink
Merge branch 'main' into norrietaylor/oteldonation
Browse files Browse the repository at this point in the history
  • Loading branch information
norrietaylor authored Apr 5, 2024
2 parents 61be749 + 64f715c commit cba2b71
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
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

0 comments on commit cba2b71

Please sign in to comment.