[PR #56] [MERGED] web uygulama guvenlik duvari ve veritabani guvenlik duvari #80

Closed
opened 2026-03-02 15:46:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/56
Author: @ciari
Created: 7/3/2019
Status: Merged
Merged: 7/3/2019
Merged by: @ciari

Base: masterHead: development


📝 Commits (7)

  • 78cbe8d Honeypot duzeltme yapildi.
  • e181c93 Merge pull request #54 from alptugay/bilgi-sistemleri-izleme
  • 823595c veritabani guvenlik duvari playbook ve rolleri eklendi
  • 4bc31d8 Merge pull request #1 from ciari/development
  • c12738e Merge pull request #55 from ciari/master
  • 2168273 Web Uygulama Guvenlik Duvari Eklendi
  • 35cdeb7 ek guvenlik parametreleri eklendi

📊 Changes

50 files changed (+1122 additions, -704 deletions)

View changed files

📝 ahtapotmys/hosts (+4 -0)
ahtapotmys/playbooks/dbfirewall.yml (+26 -0)
📝 ahtapotmys/playbooks/waf.yml (+21 -38)
ahtapotmys/roles/database-firewall/README.md (+38 -0)
ahtapotmys/roles/database-firewall/defaults/main.yml (+19 -0)
ahtapotmys/roles/database-firewall/handlers/main.yml (+7 -0)
📝 ahtapotmys/roles/database-firewall/meta/main.yml (+7 -13)
ahtapotmys/roles/database-firewall/tasks/main.yml (+18 -0)
ahtapotmys/roles/database-firewall/templates/dbshield.yml.j2 (+90 -0)
ahtapotmys/roles/database-firewall/vars/ahtapot-dbfw.yml (+17 -0)
📝 ahtapotmys/roles/honeypot/tasks/main.yml (+7 -10)
📝 ahtapotmys/roles/honeypot/templates/cowrie_deploy.sh.j2 (+3 -3)
📝 ahtapotmys/roles/honeypot/vars/main.yml (+51 -49)
ahtapotmys/roles/waf-evasive/README.md (+0 -1)
ahtapotmys/roles/waf-evasive/defaults/main.yml (+0 -15)
ahtapotmys/roles/waf-evasive/tasks/conf_integrity.yml (+0 -17)
ahtapotmys/roles/waf-evasive/tasks/main.yml (+0 -48)
ahtapotmys/roles/waf-evasive/tasks/main.yml.bak (+0 -3)
ahtapotmys/roles/waf-evasive/templates/evasive.conf.j2 (+0 -12)
ahtapotmys/roles/waf-evasive/vars/conf_list.yml (+0 -3)

...and 30 more files

📄 Description

Web Uygulama Guvenlik Duvarı
Veritabani Güvenlik Duvarı


🔄 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/Pardus-Ahtapot/MYS/pull/56 **Author:** [@ciari](https://github.com/ciari) **Created:** 7/3/2019 **Status:** ✅ Merged **Merged:** 7/3/2019 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (7) - [`78cbe8d`](https://github.com/Pardus-Ahtapot/MYS/commit/78cbe8d2258e68e7a79f8784498afc416aa51602) Honeypot duzeltme yapildi. - [`e181c93`](https://github.com/Pardus-Ahtapot/MYS/commit/e181c93f77c40ee76a4643e42a35bc03e2a29305) Merge pull request #54 from alptugay/bilgi-sistemleri-izleme - [`823595c`](https://github.com/Pardus-Ahtapot/MYS/commit/823595cf0b837e939d42f07ace17aea665a031a7) veritabani guvenlik duvari playbook ve rolleri eklendi - [`4bc31d8`](https://github.com/Pardus-Ahtapot/MYS/commit/4bc31d8e4386f7f5737c5946f5d390e10633f7af) Merge pull request #1 from ciari/development - [`c12738e`](https://github.com/Pardus-Ahtapot/MYS/commit/c12738e0bc5bf6fbf941e3843339c076f9ed0d05) Merge pull request #55 from ciari/master - [`2168273`](https://github.com/Pardus-Ahtapot/MYS/commit/2168273c3a30ce40c4e61269d87104600b78c244) Web Uygulama Guvenlik Duvari Eklendi - [`35cdeb7`](https://github.com/Pardus-Ahtapot/MYS/commit/35cdeb78589181ef25ef99cde6aaaff33c80eb66) ek guvenlik parametreleri eklendi ### 📊 Changes **50 files changed** (+1122 additions, -704 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/hosts` (+4 -0) ➕ `ahtapotmys/playbooks/dbfirewall.yml` (+26 -0) 📝 `ahtapotmys/playbooks/waf.yml` (+21 -38) ➕ `ahtapotmys/roles/database-firewall/README.md` (+38 -0) ➕ `ahtapotmys/roles/database-firewall/defaults/main.yml` (+19 -0) ➕ `ahtapotmys/roles/database-firewall/handlers/main.yml` (+7 -0) 📝 `ahtapotmys/roles/database-firewall/meta/main.yml` (+7 -13) ➕ `ahtapotmys/roles/database-firewall/tasks/main.yml` (+18 -0) ➕ `ahtapotmys/roles/database-firewall/templates/dbshield.yml.j2` (+90 -0) ➕ `ahtapotmys/roles/database-firewall/vars/ahtapot-dbfw.yml` (+17 -0) 📝 `ahtapotmys/roles/honeypot/tasks/main.yml` (+7 -10) 📝 `ahtapotmys/roles/honeypot/templates/cowrie_deploy.sh.j2` (+3 -3) 📝 `ahtapotmys/roles/honeypot/vars/main.yml` (+51 -49) ➖ `ahtapotmys/roles/waf-evasive/README.md` (+0 -1) ➖ `ahtapotmys/roles/waf-evasive/defaults/main.yml` (+0 -15) ➖ `ahtapotmys/roles/waf-evasive/tasks/conf_integrity.yml` (+0 -17) ➖ `ahtapotmys/roles/waf-evasive/tasks/main.yml` (+0 -48) ➖ `ahtapotmys/roles/waf-evasive/tasks/main.yml.bak` (+0 -3) ➖ `ahtapotmys/roles/waf-evasive/templates/evasive.conf.j2` (+0 -12) ➖ `ahtapotmys/roles/waf-evasive/vars/conf_list.yml` (+0 -3) _...and 30 more files_ </details> ### 📄 Description Web Uygulama Guvenlik Duvarı Veritabani Güvenlik Duvarı --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:46:04 +03:00
Sign in to join this conversation.
No labels
pull-request
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/MYS#80
No description provided.