Closed mergify[bot] closed 50 minutes ago
This pull request doesn't have a Team:<team>
label.
This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
git fetch upstream
git checkout -b mergify/bp/8.x/pr-41542 upstream/mergify/bp/8.x/pr-41542
git merge upstream/8.x
git push upstream mergify/bp/8.x/pr-41542
This pull request has not been merged yet. Could you please review and merge it @fearful-symmetry? 🙏
Proposed commit message
This switches the
serial_number
field in packetbeat's TLS reporting to use base 16 values instead of base 10:I don't think this is a breaking change? Also note the lack of a
0x
indicator. Not sure if we care.ECS PR here: https://github.com/elastic/ecs/pull/2383
Also note that this maintains the liter bypass for
dsa
, which is deprecated. Do we still need it?Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
This will alter the reported
serial_number
for TLS certs from base 10 to base 16.This is an automatic backport of pull request #41542 done by Mergify.