elastic / ecs

Elastic Common Schema
https://www.elastic.co/what-is/ecs
Apache License 2.0
987 stars 410 forks source link

[vulnerability] Fix broken link for vulnerabilty.id #2327

Closed nicpenning closed 3 months ago

nicpenning commented 3 months ago

The current link for vulnerability.id is: https://cve.mitre.org/about/faqs.html#what_is_cve_id) which is a broken link. image

This PR makes the link useable as: https://cve.mitre.org/about/faqs.html#what_is_cve_id

image

cla-checker-service[bot] commented 3 months ago

❌ Author of the following commits did not sign a Contributor Agreement: 0da9738d0c0dbfd4a2869d1477c39e26ccc57ca5,

Please, read and sign the above mentioned agreement if you want to contribute to this project

github-actions[bot] commented 3 months ago

Documentation changes preview: https://ecs_bk_2327.docs-preview.app.elstc.co/diff

nicpenning commented 3 months ago

I have already signed the CLA. Can anyone see what might be happening here?

ebeahan commented 3 months ago

@nicpenning Most likely because the email address in the commit is different than what you've signed the CLA with: https://github.com/elastic/ecs/commit/0da9738d0c0dbfd4a2869d1477c39e26ccc57ca5.patch

nicpenning commented 3 months ago

Dang, that was an accident from my local computer. Anyway to override that? It came from my github repo.

nicpenning commented 3 months ago

Started over: #2328