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

elastic main #8

Merged
merged 46 commits into from
Oct 9, 2024
Merged

elastic main #8

merged 46 commits into from
Oct 9, 2024

Commits on Jul 10, 2024

  1. Add .caseless subfield to process.name & process.executable (elastic#…

    …2341)
    
    Adds a subfield to the process.name and process.executable fields to improve the compatibility of data sources like System, Sysmon, etc., with our Elastic Defend data, which enables us to handle language limitations in KQL more effectively.
    w0rk3r authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7815b3f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Revert "Add .caseless subfield to process.name & process.executable" (e…

    …lastic#2350)
    
    This reverts commit 7815b3f from elastic#2341.
    
    This is being reverted due to storage concerns. The goal will be to advance the native querying capabilities (ES|QL, KQL) of the Elastic stack such that this extra normalized multi-field is not necessary. In the meantime, localized overrides of the ECS field definition will be used to add the additional multi-field where needed. The downside of localized overrides are that it creates inconsistency across usages of the this field.
    andrewkroh authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    146c96a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. [RFC] Apple Platform specific fields (elastic#2338)

    Adds RFS stage 0
    
    ---------
    
    Co-authored-by: Alexandra Konrad <alexandra.konrad@elastic.co>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    3 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fa37023 View commit details
    Browse the repository at this point in the history
  2. Add renovate.json (elastic#2352)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a664f22 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Update template fields (elastic#2354)

    Update some templated fields that were missed before merging the RFC
    mjwolf authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e3f0f0e View commit details
    Browse the repository at this point in the history
  2. Pin dependencies (elastic#2355)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    86791b1 View commit details
    Browse the repository at this point in the history
  3. Update dependency PyYAML to v6.0.2 (elastic#2356)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    529cca7 View commit details
    Browse the repository at this point in the history
  4. Update dependency gitpython to v3.1.43 (elastic#2358)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    33662b6 View commit details
    Browse the repository at this point in the history
  5. Update dependency yamllint to v1.35.1 (elastic#2361)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    229312a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update stale PR message (elastic#2369)

    Add a friendlier stale PR message, based from the
    [Beats stale message](https://github.com/elastic/beats/blob/main/.github/stale.yml#L63-L74).
    
    This will hopefully also prompt contributors to respond, so we'll be better able to track PRs
    people are still interested in contributing.
    mjwolf authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    22a03bc View commit details
    Browse the repository at this point in the history
  2. Update actions/checkout action to v4 (elastic#2362)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    70f4bca View commit details
    Browse the repository at this point in the history
  3. Update actions/github-script action to v7 (elastic#2363)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c097a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update actions/setup-python action to v5 (elastic#2364)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    22d5d35 View commit details
    Browse the repository at this point in the history
  2. Update actions/stale action to v9 (elastic#2365)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    07ffbd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update dependency mock to v5 (elastic#2367)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    71a5e5d View commit details
    Browse the repository at this point in the history
  2. Update dependency ubuntu to v22 (elastic#2368)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5376570 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update dependency autopep8 to v1.7.0 (elastic#2359)

    Update dependency autopep8 to v1.7.0
    
    ---------
    
    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a793bb2 View commit details
    Browse the repository at this point in the history
  2. Update dependency autopep8 to v2 (elastic#2366)

    * Update dependency autopep8 to v2
    
    ---------
    
    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e3e73de View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    3f3ff68 View commit details
    Browse the repository at this point in the history
  2. Update actions/setup-python digest to f677139 (elastic#2374)

    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    elastic-renovate-prod[bot] and mjwolf authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    93453f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [RFC] Stage 0: Introducing new field in rule namespace (elastic#2330)

    * Update 0000-rfc-template.md
    
    Updating the temaplate for RFC Stage 0 for adding 2 new rule fields: rule.tags and rule.remediation
    
    * Update 0000-rfc-template.md
    
    Incorporating review comments.
    
    * Renaming the template file with recommended name
    
    * Resolving conflicts
    
    * Removing Tag Field
    
    * Resolving comments from @trisch-me
    
    * Moving file to rfcs/text folder as per @trisch-me comment. using next number in series.
    
    * I saw number 44 was used in a recent RFC, using next number in series
    
    ---------
    
    Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
    Co-authored-by: Alexandra Konrad <alexandra.konrad@elastic.co>
    3 people authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    029cf00 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. [RFC] Stage 2: Adding Apple Platform specific fields (elastic#2370)

    Updating the RFC and moving it to stage two.
    txhaflaire authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    149a4cc View commit details
    Browse the repository at this point in the history
  2. code blocks specified language yaml (elastic#2380)

    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    stbischof and mjwolf authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a967d85 View commit details
    Browse the repository at this point in the history
  3. trim trailing whitespace in schema (elastic#2379)

    Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
    stbischof and mjwolf authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    71d285d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [RFC] Stage 0: Introducing new fields in ECS vulnerability field set (e…

    …lastic#2331)
    
    * RFC to add new fields in ECS vulnerability field set
    
    RFC to add new fields in ECS vulnerability field set
    
    * Moving to separate file
    
    * set title and add stage 0 PR #
    
    * clean up fields table markdown
    
    * Moving to (rfcs/text) and renaming file to next number in series.
    
    * Resolving the comments from @trisch-me
    
    * Update rfcs/text/0045-additional-vulnerability-fields.md
    
    Co-authored-by: Alexandra Konrad <alexandra.konrad@elastic.co>
    
    * Update rfcs/text/0045-additional-vulnerability-fields.md
    
    Co-authored-by: Alexandra Konrad <alexandra.konrad@elastic.co>
    
    * Making changed to the date format as per comments from @trisch-me
    
    * Resolving @trisch-me comments
    
    * Resolving latest comments
    
    * Update rfcs/text/0045-additional-vulnerability-fields.md
    
    Co-authored-by: Alexandra Konrad <alexandra.konrad@elastic.co>
    
    ---------
    
    Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
    Co-authored-by: Alexandra Konrad <alexandra.konrad@elastic.co>
    3 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8be4ed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix type in code signature (elastic#2382)

    Change the type of code_signature.flags to keyword, which is what it should be. Also add a unit test that will verify all types are valid.
    mjwolf authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    220ecee View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Enforce yamllint in CI (elastic#2381)

    Start running and enforcing yamllint checks in CI.
    mjwolf authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e78c424 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    68fd038 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add support for settings

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2a8f82e View commit details
    Browse the repository at this point in the history
  2. Fix settings merging

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8e10ca5 View commit details
    Browse the repository at this point in the history
  3. Restrict test workflow

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cc0994c View commit details
    Browse the repository at this point in the history
  4. Fix merge conflicts

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3b19187 View commit details
    Browse the repository at this point in the history
  5. Less restrictive

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    48b7cd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956fd87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5678a99 View commit details
    Browse the repository at this point in the history
  8. Simplify build workflow

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    eb6d217 View commit details
    Browse the repository at this point in the history
  9. Update tagging strategy

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    50898bb View commit details
    Browse the repository at this point in the history
  10. Removing unused variable

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1627f7e View commit details
    Browse the repository at this point in the history
  11. Kick?

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e3776ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5fcc445 View commit details
    Browse the repository at this point in the history
  13. Fix role name

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ea9a35d View commit details
    Browse the repository at this point in the history
  14. Test branch name

    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bb823a6 View commit details
    Browse the repository at this point in the history
  15. Remove extra default update (#3)

    * Remove extra default update
    
    * Fix role name
    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a46fcd3 View commit details
    Browse the repository at this point in the history
  16. Add support for a top-level type (#4)

    * Add support for a top-level type
    
    * Actually, don't need to be all the complicated
    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    58e9135 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    81c2e21 View commit details
    Browse the repository at this point in the history
  18. Add documention for parameters field (#6)

    * Add undocumented field argument
    
    * Remove the PR template
    lksnyder0 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d6b4a62 View commit details
    Browse the repository at this point in the history