title: Audit the use of unsafe block shortname: audit-use-of-unsafe-block description: The program calls a function that can never be guaranteed to work safely. anchor: gosec group: top10-insecure-design pretty_name: G103: Audit the use of unsafe block
Audit the use of unsafe block¶
The program calls a function that can never be guaranteed to work safely.