johnsonjh / jleveldb

jleveldb: JLevelDB is an implementation of the LevelDB key/value database in the Go programming language, based on GoLevelDB

Home Page:https://github.com/johnsonjh/jleveldb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(GSC-G301) Poor file permissions used when creating a directory

johnsonjh opened this issue · comments

Description

Excessive permissions granted when creating a file/directory. This warning is triggered whenever a permission greater than 0700 is granted. In general, all security rules follow the principle of least privilege, except when the file being created needs to be accessed by anyone other than the user creating it.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/johnsonjh/jleveldb/issue/GSC-G301/occurrences/

⚠️ This has been marked to be closed in 7 days.