ahrav
|
ce1ce29b90
|
[feat] - Optimize detector performance by reducing data passed to regex (#2812)
* optimize maching detetors
* update method name
* updates
* update naming
* updates
* update comment
* updates
* remove testcase
* update default match len to 512
* update
* update test
* add support for multpart cred provider
* add ability to scan entire chunk
* encapsulate matches logic within FindDetectorMatches
* use []byte directly
* nil chunk data
* use []byte
* set hidden flag to true
* remove
* [refactor] - multi part detectors (#2906)
* Detectors beginning w/ a
* Detectors beginning w/ b
* Detectors beginning w/ c
* Detectors beginning w/ d
* Detectors beginning w/ e
* Detectors beginning w/ f
* Detectors beginning w/ f&g
* fix
* Detectors beginning w/ i-l
* Detectors beginning w/ m-p
* Detectors beginning w/ r-s
* Detectors beginning w/ t
* Detectors beginning w/ u-z
* revert alconst
* remaining fixes
* lint
* [feat] - Add Support for `compareDetectionStrategies` Mode (#2918)
* Detector comparison mode
* remove else
* return error if results dont match
* update default hidden flag to not scan entire chunks
* fix tests
* enhance encapsulation by including methods on DetectorMatch to handle merging and extracting
* remove space
* fix
* update detector
* updates
* remove else
* run comparison concurrently
|
2024-06-05 13:28:19 -07:00 |
|
ahrav
|
e44802a31d
|
[feat] - Replace regexp pkg w/ go-re2 in detectors (#2324)
* update detectors to use go-re regex library replacement
* update go mod and sum
* add tests with invalid utf-8
* revert
|
2024-01-23 13:16:22 -08:00 |
|
ahrav
|
a5fbc54312
|
[chore] - update benchmarks. (#1641)
* update benchmarks.
* remove dupe timer reset.
|
2023-08-23 14:34:10 -07:00 |
|
Jason Solis
|
c13c56283d
|
add tineswebhook detector (#1304)
|
2023-05-01 07:48:58 -07:00 |
|