SafeLine is a self-hosted WAF(Web Application Firewall) / reverse proxy to protect your web apps from attacks and exploits.
36 matches across 6 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | scripts/manage.py | 586 | def get_url(url): |
| MEDIUM | scripts/manage.py | 675 | def exec_command(*args,shell=False): |
| MEDIUM | scripts/manage.py | 683 | def exec_command_with_loading(*args, cwd=None, env=None): |
| LOW | scripts/manage.py | 490 | except Exception as e: |
| LOW | scripts/manage.py | 703 | except Exception as e: |
| LOW | scripts/manage.py | 723 | except Exception as e: |
| LOW | scripts/manage.py | 883 | except Exception as e: |
| LOW | scripts/manage.py | 892 | except Exception as e: |
| LOW | scripts/manage.py | 901 | except Exception as e: |
| LOW | scripts/manage.py | 591 | except Exception as e: |
| LOW | scripts/manage.py | 647 | except Exception as e: |
| LOW | scripts/manage.py | 667 | except Exception as e: |
| LOW | scripts/manage.py | 680 | except Exception as e: |
| LOW | scripts/manage.py | 938 | except Exception: |
| LOW | scripts/manage.py | 949 | except Exception as e: |
| LOW | scripts/manage.py | 1153 | except Exception as e: |
| LOW | scripts/manage.py | 1160 | except Exception as e: |
| LOW | scripts/manage.py | 1235 | except Exception as e: |
| LOW | scripts/manage.py | 1281 | except Exception as e: |
| LOW | scripts/manage.py | 1291 | except Exception as e: |
| LOW | scripts/manage.py | 1389 | except Exception as e: |
| LOW | scripts/manage.py | 1429 | except Exception as e: |
| LOW | scripts/manage.py | 1496 | except Exception as e: |
| LOW | scripts/manage.py | 1563 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/manage.py | 621 | |
| LOW | scripts/manage.py | 633 | |
| LOW | scripts/manage.py | 683 | |
| LOW | scripts/manage.py | 757 | |
| LOW | scripts/manage.py | 836 | |
| LOW | scripts/manage.py | 911 | |
| LOW | scripts/manage.py | 1002 | |
| LOW | scripts/manage.py | 1501 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | scripts/manage.py | 713 | return exec_command('systemctl enable docker && systemctl daemon-reload && systemctl restart docker',shell=True) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/ISSUE_TEMPLATE/bug-report.yaml | 3 | # Create a report to help us improve |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | mcp_server/README.md | 61 | # 2. Edit docker-compose.yml to configure environment variables |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/manage.py | 683 | def exec_command_with_loading(*args, cwd=None, env=None): |