File Permissions Mkdir

The application was found setting directory permissions to overly permissive values. Consider using the following values if the application user is the only process to access files in the directory specified: - 0700 - read/write access to the files in the directory Another common value is `0750` which allows the application user read/write access and group u

IndexedPublic repositoryMediumHigh confidenceVerifiedApache-2.0Go
greprules fetch gitlab-sast-go-file-permissions-rule-mkdir --engine opengrep

Description

The application was found setting directory permissions to overly permissive values. Consider using the following values if the application user is the only process to access files in the directory specified: - 0700 - read/write access to the files in the directory Another common value is `0750` which allows the application user read/write access and group u