Sign In Required
Please sign in to view releases.
Release History
Download current and previous versions of Aquilon DLP.
v2.0.3 Latest
Released 2026-01-27
Downloads (Basic Plan)
Downloads (Enterprise Plan)
Release Notes
First stable 2.x release with major improvements across performance, compliance, and accuracy.
Added
Vectorscan Integration
High-performance pattern matching engine for regex-based scanners:
- All 25+ scanners now use Vectorscan for significantly faster scanning
- Lower CPU usage with batch pattern matching
- PatternProvider trait for scanner integration
Government & Defense Compliance
New policy frameworks for regulated environments:
- CUI (Controlled Unclassified Information)
- CMMC (Cybersecurity Maturity Model Certification)
- FedRAMP (Federal Risk and Authorization Management Program)
- FISMA (Federal Information Security Management Act)
- CCPA (California Consumer Privacy Act)
ISO 27001:2022 Compliance Policy
New policy framework implementing ISO/IEC 27001:2022 controls:
- 4-level data classification (Restricted, Confidential, Internal, Public)
- Control A.8.12 (Data leakage prevention - NEW in 2022 revision)
- Control A.5.12 (Classification of information)
- Control A.8.11 (Data masking)
- Control A.5.15 (Access control)
- Automatic classification of all 25 scanner findings
- Configurable enforcement for masking, encryption, and access controls
macOS Endpoint Security Framework
macOS now uses Apple’s Endpoint Security framework for enhanced file monitoring:
- Superior performance with kernel-level event delivery
- Complete system-wide visibility
- Code-signed and notarized with Apple entitlement
- New Prometheus metrics:
es_monitoring_active,es_events_received_total,es_event_processing_seconds
Dynamic Configuration
Hot-reload configuration via OSQuery table:
aquilon_dlp_configenterprise table for fleet management- Kernel-level path filtering for watch_paths
Other Additions
- Fuzzing infrastructure with security fixes
- Mutation testing workflow (
make mutants-branch) - Platform separation tests for correct monitoring backend selection
- Migration compatibility tests for backward compatibility
Improved
Context-aware Scanning
Distinguishes real PII from meta-discussion:
- “SSN format is XXX-XX-XXXX” no longer triggers false positives
- Scanner context validation for all PII types
False Positive Reduction
Business-focused improvements:
- Excludes version strings, OIDs, test emails
- Excludes private/unique-local IP addresses from PII detection
- GDPR email attribution filtering
- Context requirements for IP/IBAN/SSN scanners
Linux File Monitoring
Replaced notify with fanotify for more reliable monitoring
macOS Performance
- Removed 4096 directory watch limit (ES monitors system-wide with pattern matching)
- Faster startup (no path enumeration needed with ES)
- Lower memory usage (pattern matching vs maintaining path lists)
- Removed complex recursive watch update logic (ES handles all paths automatically)
OSQuery Performance
Background triage batch writer for non-blocking updates
Fixed
- Infinite loop on malformed 7z archives (lzma-rust2 0.15.6)
- Workers getting stuck on deleted files
- Dedup_set cleanup on queue full errors
- OSQuery health check intervals too aggressive
- Metrics cleanup and wiring
- Type inference ambiguity from typed_path crate
- macOS event coverage improvements
- macOS symlink handling (e.g.,
/tmp→/private/tmp) - macOS path canonicalization for watch patterns
- macOS service name update for osquery 5.0.1+
- macOS robust JSON parsing with
osqueryi --lineformat - macOS version validation (enforces macOS 11.0+ requirement)
- macOS osquery version validation (enforces osquery 5.0.1+)
- macOS metadata preservation with ditto
- macOS locale-independent certificate validation
Security
- macOS binary signature verification before execution
- macOS atomic file operations (tmp + mv pattern) to prevent TOCTOU attacks
- macOS extension autoload symlink in PKG to eliminate runtime race condition
Reliability
- macOS stale lock detection with PID tracking for crashed installation detection
- macOS full installation idempotency
- macOS removed unnecessary socket permission modification
Breaking Changes
- macOS Monitoring Backend: Replaced FSEvents with Endpoint Security framework (ES-only, no fallback)
- ES initialization failure is now fatal with clear setup instructions
- Requires code-signed binary with
com.apple.developer.endpoint-security.cliententitlement - Requires Full Disk Access in System Settings → Privacy & Security → Full Disk Access
- Requires running with
sudofor ES client creation - See
docs/macos/endpoint-security-framework.mdfor complete setup guide
- macOS Requirements: Now requires Full Disk Access and root privileges on macOS
- Dependency Cleanup: Removed macOS-specific features from notify dependency
Removed
- macOS FSEvents fallback (ES initialization failure is now fatal)
- macOS FSEvents code and metrics (no longer needed)
- macOS dynamic watch path updates (ES pattern matching eliminates this need)
v0.1.0
Released 2025-12-19
Downloads (Basic Plan)
Downloads (Enterprise Plan)
Release Notes
What’s Changed
- Bump lopdf from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/2
- Bump ouroboros from 0.17.2 to 0.18.5 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/1
- Bump clap from 4.5.37 to 4.5.38 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/3
- Bump clap from 4.5.38 to 4.5.40 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/6
- Bump flate2 from 1.1.1 to 1.1.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/5
- Bump bzip2 from 0.5.2 to 0.6.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/7
- Bump sysinfo from 0.32.1 to 0.35.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/8
- Bump sysinfo from 0.35.2 to 0.36.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/12
- Bump zip from 4.2.0 to 4.3.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/11
- Bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/10
- Bump toml from 0.8.23 to 0.9.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/9
- Bump toml from 0.9.2 to 0.9.5 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/17
- Bump rstest from 0.25.0 to 0.26.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/13
- Bump sysinfo from 0.36.0 to 0.36.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/15
- Bump notify from 8.1.0 to 8.2.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/18
- Bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/19
- Bump notify-debouncer-full from 0.5.0 to 0.6.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/20
- Bump serde_json from 1.0.140 to 1.0.142 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/21
- Bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/22
- Bump clap from 4.5.42 to 4.5.44 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/23
- Bump sysinfo from 0.36.1 to 0.37.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/25
- Bump calamine from 0.28.0 to 0.30.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/24
- Bump libc from 0.2.174 to 0.2.175 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/26
- Bump thiserror from 2.0.12 to 2.0.15 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/28
- Bump lopdf from 0.36.0 to 0.37.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/29
- Bump clap from 4.5.44 to 4.5.45 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/27
- Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/30
- build(deps): bump regex from 1.11.1 to 1.11.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/31
- build(deps): bump zip from 4.3.0 to 4.5.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/32
- build(deps): bump tempfile from 3.20.0 to 3.21.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/34
- build(deps): bump criterion from 0.5.1 to 0.7.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/37
- build(deps): bump thiserror from 2.0.15 to 2.0.16 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/36
- Aquilon branding by @withzombies in https://github.com/aquilonsecurity/dlp/pull/43
- Fix xlsx handling and zip corner cases by @withzombies in https://github.com/aquilonsecurity/dlp/pull/45
- feat: Successfully re-introduce enum_dispatch for file handlers by @withzombies in https://github.com/aquilonsecurity/dlp/pull/46
- build(deps): bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/40
- build(deps): bump lopdf from 0.37.0 to 0.38.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/39
- build(deps): bump clap from 4.5.46 to 4.5.47 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/41
- build(deps): bump calamine from 0.30.0 to 0.30.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/42
- build(deps): bump zip from 4.5.0 to 5.0.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/38
- feat: Add container-aware CPU detection and monitoring by @withzombies in https://github.com/aquilonsecurity/dlp/pull/47
- feat: Add dual-format SSN detection for Excel compatibility by @withzombies in https://github.com/aquilonsecurity/dlp/pull/48
- Remove unused dead code functions and fields by @withzombies in https://github.com/aquilonsecurity/dlp/pull/49
- Add Claude Code GitHub Workflow by @withzombies in https://github.com/aquilonsecurity/dlp/pull/51
- feat: Complete performance diagnostics infrastructure implementation by @withzombies in https://github.com/aquilonsecurity/dlp/pull/50
- refactor: Remove global DEBUG_STATE to fix test flakiness by @withzombies in https://github.com/aquilonsecurity/dlp/pull/58
- build(deps): bump ringbuffer from 0.15.0 to 0.16.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/52
- build(deps): bump serde from 1.0.219 to 1.0.224 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/53
- build(deps): bump chrono from 0.4.41 to 0.4.42 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/54
- build(deps): bump metrics-util from 0.19.1 to 0.20.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/56
- build(deps): bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/55
- fix: Correct container_depth tracking for 7z and CAB archives by @withzombies in https://github.com/aquilonsecurity/dlp/pull/59
- feat: Add recursive parsing support to P7Z file handler by @withzombies in https://github.com/aquilonsecurity/dlp/pull/61
- Rar support by @withzombies in https://github.com/aquilonsecurity/dlp/pull/60
- test: Add test for UU handler with Excel file recursive parsing by @withzombies in https://github.com/aquilonsecurity/dlp/pull/62
- build(deps): bump prometheus from 0.13.4 to 0.14.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/63
- build(deps): bump tempfile from 3.21.0 to 3.22.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/66
- build(deps): bump hyper from 0.14.32 to 1.7.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/67
- build(deps): bump cgroups-rs from 0.3.4 to 0.4.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/64
- build(deps): bump zip from 5.0.0 to 5.1.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/65
- build(deps): bump tempfile from 3.22.0 to 3.23.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/72
- build(deps): bump anyhow from 1.0.99 to 1.0.100 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/71
- build(deps): bump serde from 1.0.224 to 1.0.228 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/70
- build(deps): bump moka from 0.12.10 to 0.12.11 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/73
- build(deps): bump sysinfo from 0.37.0 to 0.37.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/74
- build(deps): bump toml from 0.9.5 to 0.9.7 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/75
- feat: Complete PULL→PUSH polarity swap migration with bug fixes by @withzombies in https://github.com/aquilonsecurity/dlp/pull/76
- fix: Stop file extraction when scan limit is reached by @withzombies in https://github.com/aquilonsecurity/dlp/pull/77
- feat: Complete debug findings implementation (policy + scanner levels) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/78
- perf: Optimize CI workflow to reduce runtime from 17min to ~3min by @withzombies in https://github.com/aquilonsecurity/dlp/pull/79
- feat: Complete alert triage workflow with writable OSQuery table by @withzombies in https://github.com/aquilonsecurity/dlp/pull/80
- feat(policy): Implement CCPA/CPRA compliance policy framework by @withzombies in https://github.com/aquilonsecurity/dlp/pull/81
- feat(policy): Complete policy configuration standardization framework by @withzombies in https://github.com/aquilonsecurity/dlp/pull/82
- feat(context): Decoupled context extraction system with configurable profiles by @withzombies in https://github.com/aquilonsecurity/dlp/pull/83
- feat(macos)!: Migrate to Endpoint Security framework by @withzombies in https://github.com/aquilonsecurity/dlp/pull/84
- build(deps): bump clap from 4.5.47 to 4.5.48 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/85
- build(deps): bump sysinfo from 0.37.1 to 0.37.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/86
- build(deps): bump libc from 0.2.175 to 0.2.176 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/88
- build(deps): bump thiserror from 2.0.16 to 2.0.17 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/89
- build(deps): bump calamine from 0.30.1 to 0.31.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/87
- Performance optimization: 75% faster scanning with Aho-Corasick and batch enrichment by @withzombies in https://github.com/aquilonsecurity/dlp/pull/90
- refactor: Constant cleanup initiative - eliminate magic numbers and hardcoded values by @withzombies in https://github.com/aquilonsecurity/dlp/pull/91
- feat(policy): Add ISO 27001:2022 compliance policy by @withzombies in https://github.com/aquilonsecurity/dlp/pull/92
- refactor: Remove useless ISO 27001 configuration flags by @withzombies in https://github.com/aquilonsecurity/dlp/pull/93
- feat: Add policy metadata preservation - all 4 phases (model, scanner, OSQuery, tests) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/94
- feat(sox): Complete SOX (Sarbanes-Oxley Act) compliance monitoring support by @withzombies in https://github.com/aquilonsecurity/dlp/pull/95
- docs(sox): Complete SOX disclaimer correction (Phases 1 & 2) - Metadata and documentation by @withzombies in https://github.com/aquilonsecurity/dlp/pull/96
- feat(context): Context collection architecture cleanup by @withzombies in https://github.com/aquilonsecurity/dlp/pull/102
- build(deps): bump parking_lot from 0.12.4 to 0.12.5 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/97
- build(deps): bump regex from 1.11.2 to 1.12.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/98
- build(deps): bump flate2 from 1.1.2 to 1.1.4 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/99
- build(deps): bump toml from 0.9.7 to 0.9.8 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/100
- build(deps): bump libc from 0.2.176 to 0.2.177 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/101
- feat(hipaa): Complete HIPAA 18/18 Identifier Coverage - Phase 2 by @withzombies in https://github.com/aquilonsecurity/dlp/pull/103
- perf(scan): Implement per-scanner findings limit and output parameter by @withzombies in https://github.com/aquilonsecurity/dlp/pull/104
- refactor(cache): Migrate to Moka-only cache implementation by @withzombies in https://github.com/aquilonsecurity/dlp/pull/105
- feat: SQLite database cache for findings persistence and intelligent caching by @withzombies in https://github.com/aquilonsecurity/dlp/pull/106
- build(deps): bump clap from 4.5.48 to 4.5.50 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/107
- build(deps): bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/110
- build(deps): bump bzip2 from 0.6.0 to 0.6.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/109
- build(deps): bump zip from 5.1.1 to 6.0.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/108
- build(deps): bump flate2 from 1.1.4 to 1.1.5 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/112
- build(deps): bump indoc from 2.0.6 to 2.0.7 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/111
- feat: Add custom policies and scanners for company-specific DLP by @withzombies in https://github.com/aquilonsecurity/dlp/pull/113
- feat: Cross-platform file monitoring with Linux inotify and Docker testing infrastructure by @withzombies in https://github.com/aquilonsecurity/dlp/pull/115
- build(deps): bump fancy-regex from 0.14.0 to 0.16.2 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/116
- build(deps): bump aho-corasick from 1.1.3 to 1.1.4 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/117
- build(deps): bump assert_cmd from 2.0.17 to 2.1.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/118
- build(deps): bump clap from 4.5.50 to 4.5.51 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/119
- feat: Market Segmentation - Free and Enterprise Tiers by @withzombies in https://github.com/aquilonsecurity/dlp/pull/121
- Binary Size Optimization: 37% Reduction (15.6MB → 9.3MB) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/122
- feat: add Linux manylinux2014 build support with CI workflows by @withzombies in https://github.com/aquilonsecurity/dlp/pull/123
- feat: Add Linux Package Distribution (DEB/RPM) with osquery Integration by @withzombies in https://github.com/aquilonsecurity/dlp/pull/124
- feat: Add macOS PKG distribution with osquery integration by @withzombies in https://github.com/aquilonsecurity/dlp/pull/125
- build(deps): bump clap from 4.5.51 to 4.5.52 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/127
- build(deps): bump socket2 from 0.5.10 to 0.6.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/126
- docs: Complete documentation overhaul with mdBook by @withzombies in https://github.com/aquilonsecurity/dlp/pull/133
- build(deps): bump clap from 4.5.52 to 4.5.53 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/134
- build(deps): bump calamine from 0.31.0 to 0.32.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/135
- build(deps): bump cgroups-rs from 0.4.0 to 0.5.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/136
- build(deps): bump mockall from 0.13.1 to 0.14.0 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/137
- build(deps): bump metrics-util from 0.20.0 to 0.20.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/140
- feat: Strict config validation and documentation overhaul by @withzombies in https://github.com/aquilonsecurity/dlp/pull/138
- Unify custom config into main config format by @withzombies in https://github.com/aquilonsecurity/dlp/pull/142
- feat: Self-file exclusion - prevent scanning our own files by @withzombies in https://github.com/aquilonsecurity/dlp/pull/143
- fix: Improve OSQuery triage_status error messages by @withzombies in https://github.com/aquilonsecurity/dlp/pull/144
- docs: Enable TOML validation for custom scanner/policy examples by @withzombies in https://github.com/aquilonsecurity/dlp/pull/145
- fix: Scanner auto-signal bypass and policy context verification by @withzombies in https://github.com/aquilonsecurity/dlp/pull/146
- feat: Add UUID-based finding identification for reliable triage sync by @withzombies in https://github.com/aquilonsecurity/dlp/pull/147
- feat(maintenance): Add automatic database maintenance by @withzombies in https://github.com/aquilonsecurity/dlp/pull/156
- feat: Add graceful shutdown coordination between osquery and scanner by @withzombies in https://github.com/aquilonsecurity/dlp/pull/155
- build(deps): bump criterion from 0.7.0 to 0.8.1 by @dependabot[bot] in https://github.com/aquilonsecurity/dlp/pull/157
- feat: Custom policy improvements with weighted confidence scoring by @withzombies in https://github.com/aquilonsecurity/dlp/pull/158
- docs: Add custom scanner documentation with integration guide by @withzombies in https://github.com/aquilonsecurity/dlp/pull/159
- feat: Add test coverage infrastructure and CI badge by @withzombies in https://github.com/aquilonsecurity/dlp/pull/160
- feat(scanners): Add international national ID scanners and valid test data by @withzombies in https://github.com/aquilonsecurity/dlp/pull/161
- fix(scanners): Require positive healthcare context for NPI detection by @withzombies in https://github.com/aquilonsecurity/dlp/pull/163
- feat: Add alert context information (bd-66) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/164
- feat(linux): Major performance improvements - metadata cache, inotify optimization, ephemeral file filtering by @withzombies in https://github.com/aquilonsecurity/dlp/pull/162
- feat(scan): Skip binary content in text-based scanners (bd-14) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/166
- feat: Reduce False Positives (All 4 Phases) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/167
- feat: Improve alert quality with context profiles and reduced false positives by @withzombies in https://github.com/aquilonsecurity/dlp/pull/168
- feat(context): Mask PII in text snippet context by @withzombies in https://github.com/aquilonsecurity/dlp/pull/169
- feat(osquery): Simplify alert table to 14 columns by @withzombies in https://github.com/aquilonsecurity/dlp/pull/170
- perf(context): Replace O(n×m) document signal detection with O(n) Aho-Corasick by @withzombies in https://github.com/aquilonsecurity/dlp/pull/171
- feat: Add chunk overlap and alert-level metrics by @withzombies in https://github.com/aquilonsecurity/dlp/pull/172
- feat: Multi-Language GDPR Support (German + Spanish) by @withzombies in https://github.com/aquilonsecurity/dlp/pull/174
- feat: Add configurable context requirement for credit card detection by @withzombies in https://github.com/aquilonsecurity/dlp/pull/173
- feat(context): Add Debug Trace Mode for Context Enrichment by @withzombies in https://github.com/aquilonsecurity/dlp/pull/175
- feat(ci): Add modular release workflow with Blacksmith runners by @withzombies in https://github.com/aquilonsecurity/dlp/pull/176
- fix: Update Dockerfiles for linux-basic rename by @withzombies in https://github.com/aquilonsecurity/dlp/pull/177
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/aquilonsecurity/dlp/pull/2
Full Changelog: https://github.com/aquilonsecurity/dlp/commits/v0.1.0
Preparing download...