title: Deferring a method which returns an error shortname: G307 description: The software does not properly anticipate or handle exceptional conditions that rarely occur during normal operation of the software. anchor: gosec group: top10-insecure-design pretty_name: G307: Deferring a method which returns an error
Deferring a method which returns an error¶
The software does not properly anticipate or handle exceptional conditions that rarely occur during normal operation of the software.