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
I may be wrong, but I see in your code working with a file without setting permissions. this can lead to a security problem. both by the vector of confidentiality (access to information) and by the vector of accessibility (for example, when using links).
I suggest considering setting limits using umask (0022); and chmod (..., 0644);
I may be wrong, but I see in your code working with a file without setting permissions. this can lead to a security problem. both by the vector of confidentiality (access to information) and by the vector of accessibility (for example, when using links).
I suggest considering setting limits using
umask (0022);
andchmod (..., 0644);
hstr/src/hstr_blacklist.c
Line 139 in 298379d
hstr/src/hstr_favorites.c
Line 116 in 298379d
The text was updated successfully, but these errors were encountered: