Validate Non-Robust External Values

id: ffi-15 original_id: P.UNS.FFI.15 level: P impact: HIGH Validate Non-Robust External Values Summary Data received from external sources (FFI, files, network) may be invalid. Validate before using i
阅读全文

Avoid Passing Trait Objects to C Interfaces

id: ffi-18 original_id: P.UNS.FFI.18 level: P impact: HIGH Avoid Passing Trait Objects to C Interfaces Summary Trait objects (dyn Trait) have Rust-specific layout (fat pointers with vtable) that is no
阅读全文

Unsafe Checker - Section Definitions

Unsafe Checker - Section Definitions Section Overview #SectionPrefixLevelCountImpact 1General Principlesgeneral-CRITICAL3Foundational unsafe usage guidance 2Safety Abstractionsafety-CRITICAL11Building
阅读全文