Skip to content
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

added bandit workflow #367

Merged
merged 3 commits into from
Feb 22, 2024
Merged

added bandit workflow #367

merged 3 commits into from
Feb 22, 2024

Conversation

sumanth-lingappa
Copy link
Collaborator

Signed-off-by: Sumanth Lingappa sumanth.lingappa@cloud.com

Signed-off-by: Sumanth Lingappa <sumanth.lingappa@cloud.com>
Copy link

Bandit found some security issues in your code. Please fix them to ensure the security of your code.

filename test_name test_id issue_severity issue_confidence issue_cwe issue_text line_number col_offset end_col_offset line_range more_info
./plugins/module_utils/common.py hardcoded_bind_all_interfaces B104 MEDIUM MEDIUM https://cwe.mitre.org/data/definitions/605.html Possible binding to all interfaces. 266 69 78 [266] https://bandit.readthedocs.io/en/1.7.7/plugins/b104_hardcoded_bind_all_interfaces.html
./tests/integration/utils/generate_integration_tests.py hardcoded_password_funcarg B106 LOW MEDIUM https://cwe.mitre.org/data/definitions/259.html Possible hardcoded password: '{{ nitro_pass }}' 25 19 5 [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35] https://bandit.readthedocs.io/en/1.7.7/plugins/b106_hardcoded_password_funcarg.html

Signed-off-by: Sumanth Lingappa <sumanth.lingappa@cloud.com>
Copy link

Bandit found some security issues in your code. Please fix them to ensure the security of your code.

filename test_name test_id issue_severity issue_confidence issue_cwe issue_text line_number col_offset end_col_offset line_range more_info
./plugins/module_utils/common.py hardcoded_bind_all_interfaces B104 MEDIUM MEDIUM https://cwe.mitre.org/data/definitions/605.html Possible binding to all interfaces. 267 70 79 [267] https://bandit.readthedocs.io/en/1.7.7/plugins/b104_hardcoded_bind_all_interfaces.html

1 similar comment
Copy link

Bandit found some security issues in your code. Please fix them to ensure the security of your code.

filename test_name test_id issue_severity issue_confidence issue_cwe issue_text line_number col_offset end_col_offset line_range more_info
./plugins/module_utils/common.py hardcoded_bind_all_interfaces B104 MEDIUM MEDIUM https://cwe.mitre.org/data/definitions/605.html Possible binding to all interfaces. 267 70 79 [267] https://bandit.readthedocs.io/en/1.7.7/plugins/b104_hardcoded_bind_all_interfaces.html

Signed-off-by: Sumanth Lingappa <sumanth.lingappa@cloud.com>
@sumanth-lingappa sumanth-lingappa merged commit 77ee8b5 into main Feb 22, 2024
14 checks passed
@sumanth-lingappa sumanth-lingappa deleted the bandit-in-ci-pipeline branch February 22, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant