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

Add code_signature.digest_algorithm and code_signature.timestamp fields #1557

Merged
merged 5 commits into from
Aug 5, 2021

Conversation

ebeahan
Copy link
Member

@ebeahan ebeahan commented Aug 4, 2021

Introduces two new fields to the code_signature.* field set:

  • code_signature.digest_algorithm - Hashing algorithm used to sign the process.
  • code_signature.timestamp - When the signature was generated and signed.:w

Closes #1524

@ebeahan ebeahan self-assigned this Aug 4, 2021
@ebeahan ebeahan requested review from rw-access and a team August 4, 2021 21:23
@ebeahan ebeahan merged commit 8755e4b into elastic:master Aug 5, 2021
@ebeahan ebeahan deleted the feature/digest-timestamp branch August 5, 2021 21:03
ebeahan added a commit to ebeahan/ecs that referenced this pull request Aug 5, 2021
…fields (elastic#1557)

* add digest_algorithm and timestamp fields

* artifacts

* add example value to timestamp field

* Use date and time instead of timestamp

Co-authored-by: Ross Wolf <[email protected]>

* artifacts need updated

Co-authored-by: Ross Wolf <[email protected]>
# Conflicts:
#	experimental/generated/csv/fields.csv
#	generated/csv/fields.csv
ebeahan added a commit that referenced this pull request Aug 5, 2021
…fields (#1557) (#1561)

* add digest_algorithm and timestamp fields

* artifacts

* add example value to timestamp field

* Use date and time instead of timestamp

Co-authored-by: Ross Wolf <[email protected]>

* artifacts need updated

Co-authored-by: Ross Wolf <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add digest + timestamp to code_signature fields
4 participants