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

Code review process test for pull request #8

Closed
wants to merge 1 commit into from

Conversation

AmirZandiehprojects
Copy link
Collaborator

Hi this is a test please ignore

Regards amir zandieh.

Copy link

github-actions bot commented Sep 3, 2024

Security Scan Results

Advanced Vulnerability Scan Results for ./amir.py:
Total lines of code: 217

Detected Vulnerabilities:
- Bandit: B404: Consider possible security implications associated with the subprocess module.
  Severity: LOW, Confidence: HIGH
  Location: Line 1
  Code: import subprocess

- Sensitive Data Exposure: Potential sensitive data exposure: with open(self.file_path, 'r', encoding='utf-8') as file:
  Severity: HIGH, Confidence: MEDIUM
  Location: Line 30
  Code: with open(self.file_path, 'r', encoding='utf-8') as file:

- Sensitive Data Exposure: Potential sensitive data exposure: with open('security-scan-results.txt', 'w') as f:
  Severity: HIGH, Confidence: MEDIUM
  Location: Line 213
  Code: with open('security-scan-results.txt', 'w') as f:



Advanced Vulnerability Scan Results for ./test_file.py:
Total lines of code: 1

Detected Vulnerabilities:
- Insufficient Logging: No logging statements found in the file
  Severity: MEDIUM, Confidence: HIGH



Advanced Vulnerability Scan Results for ./Data Anonymization/pypy modified.py:
Total lines of code: 35

Detected Vulnerabilities:
- Insufficient Logging: No logging statements found in the file
  Severity: MEDIUM, Confidence: HIGH



Advanced Vulnerability Scan Results for ./File Upload Service/streamlitdw/File upload service files/data-lakehouse/app/streamlitdw_fe.py:
Total lines of code: 60

Detected Vulnerabilities:
- Insufficient Logging: No logging statements found in the file
  Severity: MEDIUM, Confidence: HIGH



Advanced Vulnerability Scan Results for ./File Upload Service/streamlitdw/File upload service files/data-lakehouse/flask/flaskapi_dw.py:
Total lines of code: 48

Detected Vulnerabilities:
- Insufficient Logging: No logging statements found in the file
  Severity: MEDIUM, Confidence: HIGH

- Bandit: B104: Possible binding to all interfaces.
  Severity: MEDIUM, Confidence: MEDIUM
  Location: Line 48
  Code: app.run(host='0.0.0.0', port=5000) # runnning on 5000

- Sensitive Data Exposure: Potential sensitive data exposure: return send_file(
  Severity: HIGH, Confidence: MEDIUM
  Location: Line 39
  Code: return send_file(




@AmirZandiehprojects AmirZandiehprojects deleted the test-security-scan-new branch September 3, 2024 09:34
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.

1 participant