Avoid world-readable or world-writable file permissions
File creation and permission changes should not grant broad local access.
#Metadata
#Why it matters
Broad permissions expose application data to local users or processes that should not read or modify it.
#Remediation
Use least-privilege file modes and avoid world-readable or world-writable permissions.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/shared/security.permissive-file-permissions.rule.yaml.