aiwaf 0.1.9.1.8__py3-none-any.whl → 0.1.9.1.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aiwaf might be problematic. Click here for more details.
- aiwaf/__init__.py +1 -1
- aiwaf/storage.py +10 -0
- {aiwaf-0.1.9.1.8.dist-info → aiwaf-0.1.9.1.9.dist-info}/METADATA +1 -1
- {aiwaf-0.1.9.1.8.dist-info → aiwaf-0.1.9.1.9.dist-info}/RECORD +7 -7
- {aiwaf-0.1.9.1.8.dist-info → aiwaf-0.1.9.1.9.dist-info}/WHEEL +0 -0
- {aiwaf-0.1.9.1.8.dist-info → aiwaf-0.1.9.1.9.dist-info}/licenses/LICENSE +0 -0
- {aiwaf-0.1.9.1.8.dist-info → aiwaf-0.1.9.1.9.dist-info}/top_level.txt +0 -0
aiwaf/__init__.py
CHANGED
aiwaf/storage.py
CHANGED
|
@@ -195,6 +195,16 @@ class ModelExemptionStore:
|
|
|
195
195
|
except Exception as e:
|
|
196
196
|
print(f"Error removing exemption for IP {ip}: {e}")
|
|
197
197
|
|
|
198
|
+
@staticmethod
|
|
199
|
+
def remove_ip(ip):
|
|
200
|
+
"""Remove IP from exemption list (alias for remove_exemption)"""
|
|
201
|
+
ModelExemptionStore.remove_exemption(ip)
|
|
202
|
+
|
|
203
|
+
@staticmethod
|
|
204
|
+
def add_ip(ip, reason="Manual exemption"):
|
|
205
|
+
"""Add IP to exemption list (alias for add_exemption)"""
|
|
206
|
+
ModelExemptionStore.add_exemption(ip, reason)
|
|
207
|
+
|
|
198
208
|
@staticmethod
|
|
199
209
|
def get_all_exempted_ips():
|
|
200
210
|
"""Get all exempted IPs"""
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
aiwaf/__init__.py,sha256=
|
|
1
|
+
aiwaf/__init__.py,sha256=BGGn_OwueGmxbbWRV-PwE7HGpzB5Ol61jhYI6z4tHug,220
|
|
2
2
|
aiwaf/apps.py,sha256=nCez-Ptlv2kaEk5HenA8b1pATz1VfhrHP1344gwcY1A,142
|
|
3
3
|
aiwaf/blacklist_manager.py,sha256=LYCeKFB-7e_C6Bg2WeFJWFIIQlrfRMPuGp30ivrnhQY,1196
|
|
4
4
|
aiwaf/decorators.py,sha256=IUKOdM_gdroffImRZep1g1wT6gNqD10zGwcp28hsJCs,825
|
|
5
5
|
aiwaf/middleware.py,sha256=EMAQA_Gnz0jv4nevlognT921ZeBEro13J_DSv_mQ3Dw,15482
|
|
6
6
|
aiwaf/middleware_logger.py,sha256=LWZVDAnjh6CGESirA8eMbhGgJKB7lVDGRQqVroH95Lo,4742
|
|
7
7
|
aiwaf/models.py,sha256=vQxgY19BDVMjoO903UNrTZC1pNoLltMU6wbyWPoAEns,2719
|
|
8
|
-
aiwaf/storage.py,sha256=
|
|
8
|
+
aiwaf/storage.py,sha256=vswojWT8KEH5h24TQ9wwYCsxRUOjaAKudtFJnFxNHKk,9914
|
|
9
9
|
aiwaf/trainer.py,sha256=1RPjWVOdGQ3qSrjFopw8HKu7THVTMvF4nNYouij6i_A,10685
|
|
10
10
|
aiwaf/utils.py,sha256=BJk5vJCYdGPl_4QQiknjhCbkzv5HZCXgFcBJDMJpHok,3390
|
|
11
11
|
aiwaf/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -28,8 +28,8 @@ aiwaf/management/commands/test_exemption_fix.py,sha256=ngyGaHUCmQQ6y--6j4q1viZJt
|
|
|
28
28
|
aiwaf/resources/model.pkl,sha256=5t6h9BX8yoh2xct85MXOO60jdlWyg1APskUOW0jZE1Y,1288265
|
|
29
29
|
aiwaf/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
aiwaf/templatetags/aiwaf_tags.py,sha256=XXfb7Tl4DjU3Sc40GbqdaqOEtKTUKELBEk58u83wBNw,357
|
|
31
|
-
aiwaf-0.1.9.1.
|
|
32
|
-
aiwaf-0.1.9.1.
|
|
33
|
-
aiwaf-0.1.9.1.
|
|
34
|
-
aiwaf-0.1.9.1.
|
|
35
|
-
aiwaf-0.1.9.1.
|
|
31
|
+
aiwaf-0.1.9.1.9.dist-info/licenses/LICENSE,sha256=Ir8PX4dxgAcdB0wqNPIkw84fzIIRKE75NoUil9RX0QU,1069
|
|
32
|
+
aiwaf-0.1.9.1.9.dist-info/METADATA,sha256=YeyuawG8pPFTBrOOBp8MayiGxCdyywAFvKKMY8dIk-M,22145
|
|
33
|
+
aiwaf-0.1.9.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
34
|
+
aiwaf-0.1.9.1.9.dist-info/top_level.txt,sha256=kU6EyjobT6UPCxuWpI_BvcHDG0I2tMgKaPlWzVxe2xI,6
|
|
35
|
+
aiwaf-0.1.9.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|