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

Create AWS Security Hub Rules #23206

Commits on Mar 21, 2024

  1. CL:

    - Improved indexer connector logging
    - Factorized out callbacks used on indexer connector
    sebasfalcone committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c04d53b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Rename legacy-template.json

    AlexRuiz7 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0cf51ec View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 2, 2024

  1. Add cna mapping feature.

    Dwordcito committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    00b1d75 View commit details
    Browse the repository at this point in the history
  2. CL:

    - Fixed coverity defects
      - Use of auto causes copy
      - Copy instead of move
      - Use of & to prevent copy
    sebasfalcone committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    91e7364 View commit details
    Browse the repository at this point in the history
  3. CL:

    - Reverted style changes
    sebasfalcone committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1081744 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22523 from wazuh/dev-20772-auto-causes-copy-defec…

    …t-at-shared-modules-1
    
    Fix coverity defects for 4.8.0
    Dwordcito committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bbc26ed View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix unit tests.

    Dwordcito committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7321fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e7ca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48cd8c2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22684 from wazuh/22681/rename-vd-index-template

    Rename legacy-template.json
    Dwordcito committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f5b4cce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce833f3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22682 from wazuh/dev-22532-worker-fails-to-initia…

    …lize-indexerconnector-for-index-wazuh-states-vulnerabilities
    
    Improving indexer connector log messages
    Dwordcito committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9d37705 View commit details
    Browse the repository at this point in the history
  7. - Add unit tests

    - Fix behavior if the feed have less or invalid data.
    Dwordcito committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5b09573 View commit details
    Browse the repository at this point in the history
  8. Add requested changes.

    Dwordcito committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    528196b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e59e2a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22719 from wazuh/enhancement/22706-update-check-p…

    …reloaded-var
    
    Add new preloaded var to disable `update_check`
    Selutario committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8853bfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a79a2 View commit details
    Browse the repository at this point in the history
  4. Update log level

    Damian-Mangold committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    94cacab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22693 from wazuh/fix/22581-fix-memory-management-…

    …of-rocksdb
    
    Changes to limit the memory usage in write/read operations with rocksdb.
    Dwordcito committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    68435a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22737 from wazuh/dev-22721-reduce-verbosity-loggi…

    …ng-on-content-updater
    
    Update the log level in the vulnerability scanner content-updater
    Dwordcito committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    780d1de View commit details
    Browse the repository at this point in the history
  7. CL:

    - Implement L1 logic
    
    - Partial implement L2 logic
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    06936d6 View commit details
    Browse the repository at this point in the history
  8. CL:

    - Implement translation logic
    - Restore deleted file
    - Add TC-008 for windows scenario
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ff62168 View commit details
    Browse the repository at this point in the history
  9. CL:

    - Fix new line
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e20431f View commit details
    Browse the repository at this point in the history
  10. CL:

    - Fix errors related with string_view
    - Add filter logic
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    67b65fc View commit details
    Browse the repository at this point in the history
  11. CL:

    - Fix segfault.
    - Add documentation.
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5df1bd0 View commit details
    Browse the repository at this point in the history
  12. CL:

    - Fix segfault.
    
    - Add documentation.
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a366f29 View commit details
    Browse the repository at this point in the history
  13. CL:

    - Refactoring, move L2 to databaseFeedManager.
    - Delete filter.
    - Split translation package scanner in a new function.
    - Add cases for QA python testing.
    - Restor cacheLRU.
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    454ee64 View commit details
    Browse the repository at this point in the history
  14. CL:

    - Fix style.
    GabrielEValenzuela authored and sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0a3edce View commit details
    Browse the repository at this point in the history
  15. CL:

    - Fixed typo on column name
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d3bf835 View commit details
    Browse the repository at this point in the history
  16. CL:

    - Improved legibility
    - Improved access to cacheLRU resources (added iterator)
    - Reduced scope of variables
    - Removed duplicated code and unnecessary logic
    - Updated UTs
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    42627d8 View commit details
    Browse the repository at this point in the history
  17. CL:

    - Style changes
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    aca9519 View commit details
    Browse the repository at this point in the history
  18. CL:

    - Fixed failing UTs
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9a1122c View commit details
    Browse the repository at this point in the history
  19. CL:

    - Updated UTs to improve coverage
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1f516be View commit details
    Browse the repository at this point in the history
  20. CL:

    - Updated UTs to improve coverage
    - Excluded unrechable code from coverage
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5d90aac View commit details
    Browse the repository at this point in the history
  21. CL:

    - Removed UTs that need refactor
    sebasfalcone committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9a5617d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. - Add unit tests.

    Dwordcito committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9e1a607 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22687 from wazuh/enhancement/22477_implement-tran…

    …slations-for-content
    
    Add translation mechanism for windows packages in VD Scanner
    Dwordcito committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1e94246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ab3829 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22752 from wazuh/maintenance/22750-bump-revision

    Bump revision to 40807
    MarcelKemp committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d7ee782 View commit details
    Browse the repository at this point in the history
  5. CL:

    - Fix defect on rocksDBWrapper
      - Added boundary check to column handle iterator
      - Converted for loop into while to reduce complexity
    sebasfalcone committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8410811 View commit details
    Browse the repository at this point in the history
  6. CL:

    - Fixed Use of auto that causes a copy
      - Added explicit return type on lambdas
    sebasfalcone committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5cffd2d View commit details
    Browse the repository at this point in the history
  7. CL:

    - Fixed Use of auto that causes a copy
      - There was no way to prevent the copy but the code was aligned to better reflect this
    sebasfalcone committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4c82ef9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbd1b50 View commit details
    Browse the repository at this point in the history
  9. Unit tests added

    nmkoremblum committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b8599be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e60f7a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. CL:

    - Updated fields on eventDetailsBuilder to support os events
    sebasfalcone committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0523860 View commit details
    Browse the repository at this point in the history
  2. CL:

    - Style changes
    sebasfalcone committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    54faa12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22736 from wazuh/fix/22692-experimental-features-…

    …error
    
    Update experimental features error remediation message
    Selutario committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e4dde89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae7f49d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22836 from wazuh/fix/22835-offset-update-error

    Fix offset update condition
    Dwordcito committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b68e1ef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22827 from wazuh/enhancement/22650-populate-packa…

    …ges-object-for-os-vulnerability-json-for-indexing
    
    Update indexer fields for OS vulnerabilities
    Dwordcito committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    367ae4f View commit details
    Browse the repository at this point in the history
  7. CL:

    - Removed unnecesary move operation
    sebasfalcone committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d313e97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d9abd8 View commit details
    Browse the repository at this point in the history
  9. Content Manager - Improve downloaded hash file update mechanism (#22728)

    * Add hash ondemand update baseline
    
    * Improve code by adding UpdateData struct
    
    * Add missing documentation and clang-format compliance
    
    * Add metadata object - Add component test
    
    * Add more component tests - Add missing documentation
    
    * Improve struct definition
    
    * Add update query in scanner
    
    * Fix key name
    
    * Add database feed manager UT
    
    * Improve documentation - User brace initialization
    
    * Revert UT removal and adapt it - Add constness to method
    
    * Remove ActionID usage
    
    * Refactor UpdateData generation
    tsarquis88 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2e4492a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. CL:

    - Reduced logging level of databaseFeedManager
    sebasfalcone committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fa45c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25fdf1e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22850 from wazuh/enhancement/22848-excessive-verb…

    …osity-for-vulnerability-scanner
    
    Reduce logging level while processing feed
    Dwordcito committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7257ddd View commit details
    Browse the repository at this point in the history
  4. Update log tests

    GGP1 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    24474a2 View commit details
    Browse the repository at this point in the history
  5. CL:

    - Attempt to prevent unnecesary copies by reserving memory
    sebasfalcone committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    254190e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    810a862 View commit details
    Browse the repository at this point in the history
  7. Add API integration tests

    GGP1 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8200af7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22781 from wazuh/enhancement/22755-fix-coverity-d…

    …efects-for-480-beta-5
    
    Fixed Coverity defects 4.8.0 Beta 5
    Dwordcito committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    69205d4 View commit details
    Browse the repository at this point in the history
  9. Point http-request submodule to v1.0.0 tag (#22858)

    * Use http-request tag instead of branch
    
    * Merge with dev-22659-add-user-agent-to-vd-cti-client
    
    * Revert "Merge with dev-22659-add-user-agent-to-vd-cti-client"
    
    This reverts commit 8b860c6.
    tsarquis88 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f85f059 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request #22856 from wazuh/fix/22842-ait-modulesd-debug

    Enable wazuh-modulesd debugging in AIT
    Selutario committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fba5abb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22727 from wazuh/fix/22656-indexer-api-option

    Add indexer API configuration option
    Selutario committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    07551d6 View commit details
    Browse the repository at this point in the history
  3. Remove --heads flags

    GGP1 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0615316 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. - Change event queue behavior

    - Refactor to have file name congruence
    Dwordcito committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0e88920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a12876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0c55e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e863f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22774 from wazuh/22753-change-db-synchronous-mode

    Change the default database synchronous configuration
    vikman90 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6a4c4c6 View commit details
    Browse the repository at this point in the history
  6. Add Agent-Name header on CTI HTTP queries (#22780)

    * Add Agent-Name header on HTTP queries
    
    * Fix PolicyManager UTs
    
    * Update CM documentation
    
    * Handle empty agentName input config
    
    * Fix UT
    
    * Make agentName mandatory
    
    * Rename agentName to consumerName
    
    * Avoid unnecessary userAgent parameter
    
    * Fix/Improve documentation
    tsarquis88 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    862daaf View commit details
    Browse the repository at this point in the history
  7. 3 Configuration menu
    Copy the full SHA
    8e9f3a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1305fd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    caa1240 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c568c38 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Add test for more coverage.

    Dwordcito committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3bd1106 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22881 from wazuh/fix/22875-qa-installation-fetch-…

    …tags
    
    Fetch tags during the QA framework installation
    Selutario committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    94f3aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0d7be4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    794bf40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    590729c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    177df59 View commit details
    Browse the repository at this point in the history
  7. Update cis_sles15_linux.yml

    Johnng007 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    61b759e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56d7463 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d45d1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    538846f View commit details
    Browse the repository at this point in the history
  11. CL:

    - Updated VD database generation workflow
      - Improved checkout logic
      - Fixed path to indexer template
      - Added more validations
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    349c709 View commit details
    Browse the repository at this point in the history
  12. CL:

    - Removed wazuh version matrix for manual input (for wokflow_dispatch)
    - Added default content name for scheduled dispatch
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    41a8e23 View commit details
    Browse the repository at this point in the history
  13. CL:

    - Fixed step execution condition
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fb50779 View commit details
    Browse the repository at this point in the history
  14. CL:

    - Added temporary compatibility for master branch
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    44e46df View commit details
    Browse the repository at this point in the history
  15. CL:

    - Refactored vulnerability scanner workflows
      - Divided into manual and scheduled / PR
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5a47ab6 View commit details
    Browse the repository at this point in the history
  16. CL:

    - Fixed typo
    - Added missing paths to pull_request trigger
    - Added missing documentation
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    50cdee3 View commit details
    Browse the repository at this point in the history
  17. CL:

    - Added checkout logic for scheduled update
    sebasfalcone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bc44270 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #22914 from wazuh/enhacement/22913-bump-vd-databas…

    …e-generation-changes-from-master-to-480
    
    Get changes from #22913 on 4.8.0
    Dwordcito committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d62e4cf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Fix coverity issues.

    Dwordcito committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    e44a2c2 View commit details
    Browse the repository at this point in the history
  2. Fix other coverity issues.

    Dwordcito committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    e20b4d9 View commit details
    Browse the repository at this point in the history
  3. CL:

    - Fixed trigger typo
    sebasfalcone committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    500f28b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22920 from wazuh/fix/22918-typo-on-vd-database-ge…

    …neration-workflow-in-4.8.0
    
    Fix typo on VD database generation on 4.8.0
    Dwordcito committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    33bcf08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c422419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9da4123 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    ca7e924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1333c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0463bc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    60de0d6 View commit details
    Browse the repository at this point in the history
  2. Requested review changes.

    Dwordcito committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9f1aea3 View commit details
    Browse the repository at this point in the history
  3. Improve log message

    Damian-Mangold committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9d8ef17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    539d668 View commit details
    Browse the repository at this point in the history
  5. Fix qa test

    Damian-Mangold committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1a2a988 View commit details
    Browse the repository at this point in the history
  6. Fix qa test

    Damian-Mangold authored and MiguelazoDS committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b440421 View commit details
    Browse the repository at this point in the history
  7. Update src/wazuh_modules/vulnerability_scanner/tests/unit/factoryOrch…

    …estrator_test.cpp
    
    Co-authored-by: Sebastian Falcone <sebastian.falcone@wazuh.com>
    MiguelazoDS and sebasfalcone committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e485645 View commit details
    Browse the repository at this point in the history
  8. Use enum

    MiguelazoDS committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    addea65 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #22930 from wazuh/dev-22928-improve-offline-downlo…

    …ader-log-message
    
    Improve OfflineDownloader log message
    Dwordcito committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a61feb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Add requested changes.

    Dwordcito committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b6d2452 View commit details
    Browse the repository at this point in the history
  2. CL:

    - Added flatbuffer parser when inserting values to rocksdb
    sebasfalcone committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    abe4957 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22941 from wazuh/enhancement/add-flatbuffer-parse…

    …r-to-rocksdb-testtool
    
    Add flatbuffer parser to rocksdb testtool
    Dwordcito committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e5d51a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22779 from wazuh/enhancement/22139-improve-mock-c…

    …lasses
    
    Fix package insert UT case factory orchestrator
    Dwordcito committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    91d25a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9d211b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2153cb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    cb5f711 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22960 from wazuh/enhancement/22223-indexer-connec…

    …tor-publish-timeout
    
    Increase waiting time for publishing
    Dwordcito committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    de0a048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a064a61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5e08e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Changes in w_get_hash_context to return a copy of the current context…

    …, update the current context after getting a valid context.
    
    Adds missing context frees
    Nicogp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c749d69 View commit details
    Browse the repository at this point in the history
  2. Fixes test_sha1_op UTs.

    Fixes test_logcollector UTs.
    Nicogp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c6aa2be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22731 from wazuh/17901-define-all-vulnerability-d…

    …etector-scan-triggers
    
    Change event queue process
    Dwordcito committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cb4f14f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22938 from wazuh/22886-rollback-sca-rework-change…

    …s-in-480
    
    Rollback sca rework changes in 4.8.0
    havidarou committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b08ee49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d831749 View commit details
    Browse the repository at this point in the history
  6. Logcollector:

    - Creates context after checking can_read
    - Fixes test_read_multiline UTs
    - Fixes test_read_multiline_regex UTs
    - Changes in sha1_op_wrappers function parameters
    Nicogp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5c63c1a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #22982 from wazuh/maintenance/bump-version-4.7.4

    Bump version to v4.7.4
    MarcelKemp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ec00aa1 View commit details
    Browse the repository at this point in the history
  8. fix: clean up agents labels

    cborla authored and vikman90 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6a9e793 View commit details
    Browse the repository at this point in the history
  9. test: add wdb upgrade unit test

    cborla authored and vikman90 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6b1dd0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3eab05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8aa1a5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e7ecfc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e6db74 View commit details
    Browse the repository at this point in the history
  14. Apply changes after review. CL:

    - Revert changes to validateVulnerabilityDetectionConfiguration.
    - URL independent check
    - Update URL return value
    Damian-Mangold committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    52d3db1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7d1e54f View commit details
    Browse the repository at this point in the history
  16. CL:

    - Updated translation schema
    - Updated translation targets load mechanism
    sebasfalcone committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    95d561e View commit details
    Browse the repository at this point in the history
  17. Merge pull request #22972 from wazuh/dev-22953-disable-cti-offset-dow…

    …nload-in-content-manager
    
    New vd_scanner_testtool configuration to download only the snapshot of the CTI feed
    Dwordcito committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    723b4dd View commit details
    Browse the repository at this point in the history
  18. CL:

    - Updated UTs
    sebasfalcone committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a2cb070 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    32cd27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4396d58 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests.

    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fa1486d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11ef30c View commit details
    Browse the repository at this point in the history
  5. Fix FHB documentation.

    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0f4032c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22991 from wazuh/enhancement/22873-update-transla…

    …tions-schema
    
    Enhancement/22873 update translations schema
    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3deeb6e View commit details
    Browse the repository at this point in the history
  7. Add unit tests.

    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    19281b4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22933 from wazuh/22925-clean-up-agents-labels-dur…

    …ing-deletion
    
    Clean up agents labels during deletion
    vikman90 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8bddc6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    067f83e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #22917 from wazuh/22486-re-scan-of-operative-syste…

    …m-information-not-working-in-vd
    
    Refactor some rescan chain and specialize classes.
    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    dcd9ddc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    266f9ea View commit details
    Browse the repository at this point in the history
  12. Merge pull request #23001 from wazuh/maintenance/22999_Issue-bump-rev…

    …ision
    
    Bump revision to 40808
    JcabreraC committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cc89f68 View commit details
    Browse the repository at this point in the history
  13. Modify unit tests

    fdalmaup committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4bd08e1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #22994 from wazuh/fix/22926-hello-command-timeout

    Raise exception on hello command timeout error
    Selutario committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1f86f14 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9fb1c5e View commit details
    Browse the repository at this point in the history
  16. Fix UT cases

    MiguelazoDS committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e5d2634 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bfdb635 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #22971 from wazuh/enhancement/21459-network-addres…

    …s-unexpected-fields
    
    Remove unwanted fields for dbsync_network_address table
    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ce08118 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #23009 from wazuh/dev-23008-update-wazuh-http-requ…

    …est-to-latest-version
    
    Update wazuh-http-request to latest version
    Dwordcito committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    60a48dc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    af15860 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    92d95f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b97ea View commit details
    Browse the repository at this point in the history
  3. Improving comment

    pereyra-m committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    111233a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08eafb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebbee71 View commit details
    Browse the repository at this point in the history
  6. CL:

    - Style changes over json and out files
    
    Co-authored-by: Dwordcito <octa.tala@gmail.com>
    sebasfalcone and Dwordcito committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8fad746 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ec0114 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #23018 from wazuh/enhancement/23017-component-test…

    …-for-configuration-changes
    
    Add component test to check the behavior of the enable-disable configuration
    Dwordcito committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e9e6e71 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #23019 from wazuh/21909-syscollector-does-not-coll…

    …ect-hold-packages
    
    Reporting all installed Ubuntu/Debian packages regardless of their selection state
    Dwordcito committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fae15e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge pull request #23004 from wazuh/change/958-rootcheck-config

    Exclude containerd folders from Rootcheck scan
    vikman90 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0a91306 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22995 from wazuh/change/22695-changelog

    Update changelog for 4.7.4
    vikman90 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    32dcfcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c249a4d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23081 from wazuh/change/23079-bump-revision

    Bump revision to 40716
    vikman90 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    adda45a View commit details
    Browse the repository at this point in the history
  5. CL:

    - Added missing logic for os events on details builder
    - Added empty strings on missing fields of details builder
    sebasfalcone committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d4fdf60 View commit details
    Browse the repository at this point in the history
  6. CL:

    - Removed unnecesary code
    sebasfalcone committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2f51892 View commit details
    Browse the repository at this point in the history
  7. CL:

    - Split pull_request and scheduled workflows
    - Removed unnecessary variables passed to workflows
    sebasfalcone committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f5a9456 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    835a045 View commit details
    Browse the repository at this point in the history
  9. CL:

    - Fixed workflow
    sebasfalcone committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2916579 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #23091 from wazuh/fix/23090-vd-database-generation…

    …-workflow-wrong-branch
    
    Update VD database generation workflow
    Dwordcito committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1bd74e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23088 from wazuh/fix/22650-populate-packages-obje…

    …ct-in-os-vulnerability-json-for-indexing
    
    Fix - Update indexer fields for OS vulnerabilities
    Dwordcito committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    443c3be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e6dc94 View commit details
    Browse the repository at this point in the history
  4. SHA1 function migration: revert changes from the w_get_hash_context f…

    …unction call in read_ossecalert.c
    Nicogp committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ec2796e View commit details
    Browse the repository at this point in the history
  5. fixed unit tests

    thejbte committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8372d70 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22987 from wazuh/bug/21562-race-condition-remoted

    added mutex to protect self->table
    TomasTurina committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8861902 View commit details
    Browse the repository at this point in the history
  7. CL:

    - Added missing dependency
    - Changed ubuntu runner
    sebasfalcone committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ca3c64a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #23123 from wazuh/fix/23122-missing-dependency-on-…

    …vulnerability-scanner-workflow
    
    Add missing dependency on vulnerability scanner workflow
    Dwordcito committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    de28809 View commit details
    Browse the repository at this point in the history
  2. fix validation logic

    Damian-Mangold authored and Dwordcito committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7d07f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41e6601 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23117 from wazuh/dev-23116-URL-validation-error-i…

    …n-policyManager
    
    policyManager - Fixed url format validation error
    Dwordcito committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9c4d8e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    163eddc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #23130 from wazuh/maintenance/23127-bump-revision

    Bump revision to 40717
    MarcelKemp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f094086 View commit details
    Browse the repository at this point in the history
  7. CL:

    - Add custom exception.
    
    - Enum possible errors.
    
    - Difference error from warning.
    GabrielEValenzuela committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5d112bb View commit details
    Browse the repository at this point in the history
  8. CL:

    - Apply review comments.
    GabrielEValenzuela committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    042bfbc View commit details
    Browse the repository at this point in the history
  9. CL:

    - Add try/catch for packages
    GabrielEValenzuela committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    68e7c4f View commit details
    Browse the repository at this point in the history
  10. CL:

    - Add review comments.
    GabrielEValenzuela committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    acb3091 View commit details
    Browse the repository at this point in the history
  11. CL:

    - Fix review comments.
    GabrielEValenzuela committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5500e37 View commit details
    Browse the repository at this point in the history
  12. CL:

    - Remove catch for SocketDbWrapperException
    GabrielEValenzuela committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b2290a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. SHA1 function migration: Checks if context is null in the OS_SHA1_Fil…

    …e_Nbytes_with_fp_check function.
    
                             Improved comments of OS_SHA1_File_Nbytes_with_fp_check and OS_SHA1_Stream functions.
    Nicogp committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9b7e886 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23120 from wazuh/fix/23095-localfile-ignore-section

    Adds "ignore" section as a list in localfile JSON.
    Selutario committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f898f3a View commit details
    Browse the repository at this point in the history
  3. CL:

    - Fix error.
    GabrielEValenzuela committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b985989 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22974 from wazuh/fix/21565-migrate-deprecated-sha…

    …1-functions
    
    Migrate deprecated sha1 functions.
    TomasTurina committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6d378c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23075 from wazuh/bug/23064-improve-loggin-socketd…

    …bwrapper
    
    Improve error logging in `socketDbWrapper`
    Dwordcito committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    755ddbd View commit details
    Browse the repository at this point in the history
  6. CL:

    - Fixed typo
    - Updated logging
       - Moved to debug
       - Aligned logging message
    sebasfalcone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    543896a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #23151 from wazuh/enhancement/23150-align-vulnerab…

    …ility-scanner-facade-logging-with-current-changes
    
    Align vulnerability scanner logging with current changes
    Dwordcito committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7f0ad45 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    68ce597 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23178 from wazuh/fix/23176-scan-build-macos

    Downgrade macOS image version for scan-build test
    vikman90 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7acd80a View commit details
    Browse the repository at this point in the history
  3. fix: improve xml parser

    cborla authored and vikman90 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f7c8a11 View commit details
    Browse the repository at this point in the history
  4. fix: add extra unit tests for xml parser

    cborla authored and vikman90 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cfd1cab View commit details
    Browse the repository at this point in the history
  5. CL:

    - Rename title to Wazuh Agent
    GabrielEValenzuela committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    68b8f73 View commit details
    Browse the repository at this point in the history
  6. CL:

    - Move callbacks
    GabrielEValenzuela committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    737fe1b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #23183 from wazuh/bug/17025-fix_coverity_syscollec…

    …torImp
    
    Address Coverity issues in `syscollectorImp.cpp`
    Dwordcito committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0086780 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #23182 from wazuh/enhancement/19464_improve_window…

    …s_ui
    
    Improve Windows agent UI
    Dwordcito committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0f9cea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    bd4982f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20448 from wazuh/16386-additional-xml-validation

    Add additional check on XML parsing
    vikman90 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1d8ed30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23190 from wazuh/merge-4.7.4-into-4.8.0

    Merge 4.7.4 into 4.8.0
    MarcelKemp committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fe72bb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56e8a3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f527538 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5d4eac View commit details
    Browse the repository at this point in the history
  7. Merge pull request #23191 from wazuh/merge-4.8.0-into-4.9.0

    Merge 4.8.0 into 4.9.0
    vikman90 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f4de366 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    f5d70dc View commit details
    Browse the repository at this point in the history
  2. AWS Security hub updated

    IsExec committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ea5a833 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    aa94811 View commit details
    Browse the repository at this point in the history
  2. Create aws_security_hub.ini

    IsExec committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fa0498a View commit details
    Browse the repository at this point in the history