[PR #121] [MERGED] Security Bug: No external Connections #429

Closed
opened 2026-02-27 15:58:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/121
Author: @QDaniel
Created: 7/13/2016
Status: Merged
Merged: 3/9/2017
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

  • 83ac067 Merge branch 'patch-2'
  • 164c9a9 order Compute objects by name
  • 8f2f95e cloning instance with lvm disk also clones the disk and sets the correct target in XML configuration
  • 04f3a76 resize disk image option added
  • cd787c3 Merge branch 'master' of github.com:honza801/webvirtcloud
  • 35369ed Fixed Checking KVM
  • 6dbd6e5 pip installing packages need gcc and pkg-config on debian/ubuntu
  • decd5ab add remoteuser auth middleware classes
  • f8c08cb wsgi.py customized for use mod_wsgi with apache module
  • ae4fdce added class MyRemoteUserBackend(RemoteUserBackend) giving all authenticated users superuser flag

📊 Changes

48 files changed (+1163 additions, -186 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 README.md (+7 -1)
accounts/backends.py (+7 -0)
📝 accounts/forms.py (+2 -1)
accounts/migrations/0004_userattributes.py (+26 -0)
accounts/migrations/0005_userattributes_can_clone_instances.py (+19 -0)
accounts/migrations/0006_userattributes_max_disk_size.py (+19 -0)
accounts/migrations/0007_auto_20160426_0635.py (+34 -0)
accounts/migrations/0008_merge.py (+15 -0)
📝 accounts/models.py (+11 -0)
📝 accounts/templates/accounts.html (+43 -1)
📝 accounts/templates/create_user_block.html (+2 -2)
📝 accounts/views.py (+36 -15)
📝 computes/forms.py (+2 -0)
computes/migrations/0002_compute_details.py (+18 -0)
📝 computes/models.py (+1 -0)
📝 computes/templates/computes.html (+5 -0)
📝 computes/templates/create_comp_block.html (+9 -1)
📝 computes/templates/overview.html (+2 -0)
📝 computes/views.py (+10 -12)

...and 28 more files

📄 Description

VNC no listen to public my maschines are direct hacked


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/121 **Author:** [@QDaniel](https://github.com/QDaniel) **Created:** 7/13/2016 **Status:** ✅ Merged **Merged:** 3/9/2017 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`83ac067`](https://github.com/retspen/webvirtcloud/commit/83ac06782ae034224284ad8173a39b7de9ac1d2c) Merge branch 'patch-2' - [`164c9a9`](https://github.com/retspen/webvirtcloud/commit/164c9a9145832f16a008b58847026cd603d8baa5) order Compute objects by name - [`8f2f95e`](https://github.com/retspen/webvirtcloud/commit/8f2f95e128027beb649a1735bafa5188866fa6b4) cloning instance with lvm disk also clones the disk and sets the correct target in XML configuration - [`04f3a76`](https://github.com/retspen/webvirtcloud/commit/04f3a76c05aa9cf2656859d32dbb483d97fc5981) resize disk image option added - [`cd787c3`](https://github.com/retspen/webvirtcloud/commit/cd787c3eaf69a9c0935614587807b83d414f81f1) Merge branch 'master' of github.com:honza801/webvirtcloud - [`35369ed`](https://github.com/retspen/webvirtcloud/commit/35369edf28ef560ca71da00f574561b08175cbde) Fixed Checking KVM - [`6dbd6e5`](https://github.com/retspen/webvirtcloud/commit/6dbd6e558cc357c27db7c4376e427b2a280f474d) pip installing packages need gcc and pkg-config on debian/ubuntu - [`decd5ab`](https://github.com/retspen/webvirtcloud/commit/decd5ab4a65a74ff8d6504ef770070b519597f8c) add remoteuser auth middleware classes - [`f8c08cb`](https://github.com/retspen/webvirtcloud/commit/f8c08cb71916b3a3ea8938df49895db75d51988a) wsgi.py customized for use mod_wsgi with apache module - [`ae4fdce`](https://github.com/retspen/webvirtcloud/commit/ae4fdcec92a275baa62173a67f8691f399a91a93) added class MyRemoteUserBackend(RemoteUserBackend) giving all authenticated users superuser flag ### 📊 Changes **48 files changed** (+1163 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `README.md` (+7 -1) ➕ `accounts/backends.py` (+7 -0) 📝 `accounts/forms.py` (+2 -1) ➕ `accounts/migrations/0004_userattributes.py` (+26 -0) ➕ `accounts/migrations/0005_userattributes_can_clone_instances.py` (+19 -0) ➕ `accounts/migrations/0006_userattributes_max_disk_size.py` (+19 -0) ➕ `accounts/migrations/0007_auto_20160426_0635.py` (+34 -0) ➕ `accounts/migrations/0008_merge.py` (+15 -0) 📝 `accounts/models.py` (+11 -0) 📝 `accounts/templates/accounts.html` (+43 -1) 📝 `accounts/templates/create_user_block.html` (+2 -2) 📝 `accounts/views.py` (+36 -15) 📝 `computes/forms.py` (+2 -0) ➕ `computes/migrations/0002_compute_details.py` (+18 -0) 📝 `computes/models.py` (+1 -0) 📝 `computes/templates/computes.html` (+5 -0) 📝 `computes/templates/create_comp_block.html` (+9 -1) 📝 `computes/templates/overview.html` (+2 -0) 📝 `computes/views.py` (+10 -12) _...and 28 more files_ </details> ### 📄 Description VNC no listen to public my maschines are direct hacked --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#429
No description provided.