You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
Currently the file written to the filesystem containing token data is written with default permissions. These permissions should be restricted to rw for the owner only to avoid third party users from accessing the file.
Currently the file written to the filesystem containing token data is written with default permissions. These permissions should be restricted to
rwfor the owner only to avoid third party users from accessing the file.