-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Plugin System #2407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Plugin System #2407
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c2aac17
created plugin and environment node systems
b477031
moved plugin logic to nodeDesc instead of class
b3aef33
changes for uid renaming
f982c1a
added support for rez envs
24c4585
auto update
370d134
moved plugin logic to nodeDesc instead of class
f2423b9
added support for rez envs
ee7d432
auto update
74fcfb9
minor modifs
0b1c0b0
merge
cdf74fc
handling node deletion in status update
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| [tool.bandit] | ||
| skips = [B101, B102, B105, B106, B107, B113, B202, B401, B402, B403, B404, B405, B406, B407, B408, B409, B410, B413, B307, B311, B507, B602, B603, B605, B607, B610, B611, B703] | ||
|
|
||
| [tool.bandit.any_other_function_with_shell_equals_true] | ||
| no_shell = [ | ||
| "os.execl", | ||
| "os.execle", | ||
| "os.execlp", | ||
| "os.execlpe", | ||
| "os.execv", | ||
| "os.execve", | ||
| "os.execvp", | ||
| "os.execvpe", | ||
| "os.spawnl", | ||
| "os.spawnle", | ||
| "os.spawnlp", | ||
| "os.spawnlpe", | ||
| "os.spawnv", | ||
| "os.spawnve", | ||
| "os.spawnvp", | ||
| "os.spawnvpe", | ||
| "os.startfile" | ||
| ] | ||
| shell = [ | ||
| "os.system", | ||
| "os.popen", | ||
| "os.popen2", | ||
| "os.popen3", | ||
| "os.popen4", | ||
| "popen2.popen2", | ||
| "popen2.popen3", | ||
| "popen2.popen4", | ||
| "popen2.Popen3", | ||
| "popen2.Popen4", | ||
| "commands.getoutput", | ||
| "commands.getstatusoutput" | ||
| ] | ||
| subprocess = [ | ||
| "subprocess.Popen", | ||
| "subprocess.call", | ||
| "subprocess.check_call", | ||
| "subprocess.check_output" | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.