1. 23 Sep, 2025 2 commits
  2. 22 Sep, 2025 2 commits
  3. 04 Jul, 2025 1 commit
  4. 03 Jul, 2025 2 commits
  5. 02 Jul, 2025 1 commit
  6. 30 Jun, 2025 2 commits
  7. 26 Jun, 2025 4 commits
  8. 25 Jun, 2025 5 commits
  9. 23 Jun, 2025 4 commits
  10. 22 Jun, 2025 1 commit
  11. 21 Jun, 2025 2 commits
  12. 20 Jun, 2025 1 commit
    • qiuqunfeng's avatar
      Add Signal struct and enhance WAF detection handling in LogConsumerService · 8af8dde1
      qiuqunfeng authored
      This update introduces a new Signal struct to encapsulate details related to WAF detections, including severity, tags, and context. The genWafDetectionSignal function has been implemented to generate signals based on attacked logs, improving the overall detection process. Additionally, the handling of bulk indexing for signals has been integrated into the existing workflow, ensuring that signals are properly indexed alongside events.
      8af8dde1
  13. 19 Jun, 2025 1 commit
  14. 18 Jun, 2025 2 commits
  15. 17 Jun, 2025 5 commits
  16. 16 Jun, 2025 2 commits
  17. 12 Jun, 2025 3 commits
    • qiuqunfeng's avatar
      Comment out WAF detection and event generation logic in LogConsumerService to... · 4835dac7
      qiuqunfeng authored
      Comment out WAF detection and event generation logic in LogConsumerService to simplify handling and improve readability. This change prepares the code for future enhancements while maintaining the current functionality.
      4835dac7
    • qiuqunfeng's avatar
      Refactor WAF detection handling in LogConsumerService to improve event generation and error logging · 9d8c640a
      qiuqunfeng authored
      This update replaces direct assignment of WAF detection properties with a new method for generating WAF detections and events, enhancing code clarity and maintainability. Additionally, error handling has been improved to log failures during the generation process, ensuring better visibility into issues that may arise.
      9d8c640a
    • qiuqunfeng's avatar
      Refactor API router and WAF handling to support additional parameters and... · eb384897
      qiuqunfeng authored
      Refactor API router and WAF handling to support additional parameters and improve configuration management
      
      This update modifies the SetRouters and SetWafRouter functions to accept new parameters, including a debug flag and a region URL map, enhancing the flexibility of the API routing. Additionally, a new SetApiRouters function is introduced for better organization of API routes. The configuration management has been streamlined by moving configuration imports to the internal package, ensuring a more consistent structure across the application.
      eb384897