Skip to content

Wazuh API v3.10.0

Compare
Choose a tag to compare
@crd1985 crd1985 released this 16 Sep 10:59
· 195 commits to master since this release
6e87d47

[v3.10.0]

Added

  • New API requests:
    • GET/rules/hipaa (#397).
    • GET/rules/nist-800-53 (#397).
    • GET/rules/gpg13 (#389).
    • GET/summary/agents (#429).
  • New filters in request GET/rules:
    • hipaa: Filters the rules by hipaa requirement (#397).
    • nist-800-53: Filters the rules by nist-800-53 requirement (#397).
    • gpg13: Filters the rules by gpg13 requirement (#389).
  • Improvements in the security of passwords stored, changed from MD5 to BCrypt encryption, cost 10 as recommended scripts/configure_api.sh #404, thanks @hemedga
  • Added Docker environment for Mocha tests (#400).

Fixed

  • Fixed bug inserting duplicated agent without any errors (#318)
  • Fixed exception handling for DELETE/agents (#441)
  • Fixed API installation in Docker CentOS 7 containers (#408)
  • Deleted cache usage in POST/agents (#403)