elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.17k stars 4.92k forks source link

[ECS] Upgrade modules to 1.8 #23118

Closed andrewstucki closed 3 years ago

andrewstucki commented 3 years ago

This is to track changes needed to upgrade modules to ECS 1.8:

Carry-over from 1.7 upgrade:

Add os.type field:

New event.category value registry:

New event.category value session:

Multiple users in an event elastic/ecs#914:


elasticmachine commented 3 years ago

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

navilg commented 3 years ago

Hi,

Below are Python2 related vulnerabilities in filebeat v7.10.1. I suppose that can not be fixed unless we completely move from Python2 to Python3. Are we expecting these to be fixed in 7.11 or 7.12.0

Thanks

CVE-2014-4650 CVE-2016-5636 CVE-2017-1000158 CVE-2019-9636 CVE-2019-9948 CVE-2013-1753 CVE-2014-1912 CVE-2015-5652 CVE-2017-17522 CVE-2018-1060 CVE-2018-1061 CVE-2018-14647 CVE-2019-13404 CVE-2019-16056 CVE-2019-20907 CVE-2019-5010 CVE-2019-9674

andrewstucki commented 3 years ago

@navilg thanks for your interest in beats. A couple of things.

  1. AFAIK we migrated all of our tooling to Python 3 some months back, just prior to Python 2 being EOL, so I don't believe this is a problem.
  2. This issue is unrelated to to Python and has to do with schema changes from Elastic Common Schema being incorporated into the project.
  3. If, on the off chance you wish to disclose any security issues, please follow the guide at https://www.elastic.co/community/security and email security@elastic.co for responsible disclosure

Thank you!