sqlmap/plugins
User e342e7f37d Improve Apache Doris and StarRocks detection logic
- Use VERSION() = '5.7.99' as primary Doris fingerprint (more reliable than BITMAP functions)
- Add @@VERSION_COMMENT checks for both Doris and StarRocks
- Add StarRocks fork detection to avoid misidentification
- Remove unreliable BITMAP_UNION_COUNT() as sole detection method

This addresses the issue where BITMAP_UNION_COUNT() alone could misidentify
StarRocks or other bitmap-compatible systems as Doris. The new multi-step
detection logic provides more accurate database identification.
2025-08-22 10:47:00 +08:00
..
dbms Improve Apache Doris and StarRocks detection logic 2025-08-22 10:47:00 +08:00
generic Patch for #5897 2025-05-08 23:54:39 +02:00
__init__.py Patch for #5897 2025-05-08 23:54:39 +02:00