question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incorrect permissions on file lib/splunklib/modularinput/event_writer.py in release 1.7.2

See original GitHub issue

The 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:open
  • Created a year ago
  • Reactions:2
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
ashah-splunkcommented, Oct 12, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found