microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
24 stars 9 forks source link

Rust/His: Add missing scan_defs() method on Scan #82

Closed beaubelgrave closed 1 month ago

beaubelgrave commented 1 month ago

When the Scan struct was updated to use a ScanEngine, the scan_defs() method was missed being added. This caused the FFI crate to break unknowingly.

Add scan_defs() to the Scan struct, so it behaviors exactly as before.

michaelcfanning commented 1 month ago

And just FYI, I have now verified that BuildAndTest.cmd now succeeds for me against a clean main...