severity = 5
only = 1
profile-strictness = fatal
verbose = %f:%l:%c: %m [%p]\n

# Keep the release gate focused on high-severity correctness and security
# findings. Style-only policies are intentionally not part of this profile.

[InputOutput::ProhibitBarewordFileHandles]
severity = 5
[InputOutput::ProhibitTwoArgOpen]
severity = 5
[InputOutput::RequireCheckedSyscalls]
severity = 5
functions = system exec
[Modules::ProhibitEvilModules]
severity = 5
