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 Security Report: 1 total findings [master] #1025

Open
1 task
mend-for-garden.eu.org bot opened this issue Feb 25, 2025 · 1 comment
Open
1 task

Code Security Report: 1 total findings [master] #1025

mend-for-garden.eu.org bot opened this issue Feb 25, 2025 · 1 comment
Assignees
Labels
Mend: code security findings Code security findings detected by Mend
Milestone

Comments

@mend-for-garden.eu.org
Copy link
Contributor

Code Security Report

Scan Metadata

Latest Scan: 2025-02-25 08:47am
Total Findings: 1 | New Findings: 0 | Resolved Findings: 0
Tested Project Files: 30
Detected Programming Languages: 2 (Ruby, Python*)

  • Check this box to manually trigger a scan

Finding Details

SeverityVulnerability TypeCWEFileData FlowsDetected
MediumInsecure TLS Configuration

CWE-295

deployment.py:363

12025-02-25 08:48am
Vulnerable Code

pyvespa/vespa/deployment.py

Lines 358 to 363 in 2604da3

debug=debug,
docker_timeout=docker_timeout,
)
self.wait_for_config_server_start(max_wait=max_wait_configserver)
r = requests.post(

1 Data Flow/s detected

r = requests.post(

Secure Code Warrior Training Material

● Training

   ▪ Secure Code Warrior Insecure TLS Configuration Training

● Videos

   ▪ Secure Code Warrior Insecure TLS Configuration Video

@mend-for-garden.eu.org mend-for-garden.eu.org bot added the Mend: code security findings Code security findings detected by Mend label Feb 25, 2025
@oyving oyving added this to the soon milestone Feb 26, 2025
@ean
Copy link
Contributor

ean commented Feb 26, 2025

False positive, as this is localhost communication.

Our Mend setup is work in progress, and the plan is to suppress this specific item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: code security findings Code security findings detected by Mend
Projects
None yet
Development

No branches or pull requests

2 participants