Incorrect permissions on file lib/splunklib/modularinput/event_writer.py in release 1.7.2
See original GitHub issueThe issue is the permissions of the file: lib/splunklib/modularinput/event_writer.py
-rwxr-xr-x 1 user None 2878 Sep 22 20:09 event_writer.py
So 755 will not pass appinspect, this file should be 644 like all the other files…
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:12 (11 by maintainers)
Top Results From Across the Web
Incorrect permissions for new files / folders #2009 - GitHub
Issue Type: Bug When I create a new file or a new folder at VS Code, it'll has higher permission than I create...
Read more >CWE-732: Incorrect Permission Assignment for Critical ...
When using a critical resource such as a configuration file, check to see if the resource has insecure permissions (such as being modifiable...
Read more >“Update failed”: inconsistent file permissions - WordPress.org
Hi,. I'm currently on 1.7.2 and am trying to update the plugin. When doing so I'm getting the error message: Update failed: The...
Read more >Permission denied error while writing to a file in Python
Show activity on this post. Permission denied simply means the system is not having permission to write the file to that folder. Give...
Read more >ADM6093W may result from incorrect permissions on DB2 files
Additional information in the message may indicate a problem with the container file permissions. For example:
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gjanders thanks for the PR, we are also looking into options to prevent such file permission changes in future. We will be merging the change soon. Also we have modified the PR with base branch to develop as per the process. Changes will be available in the master branch once new SDK is released.
https://github.com/splunk/splunk-sdk-python/pull/491