aiwaf 0.1.5__py3-none-any.whl → 0.1.6__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiwaf
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: AI-powered Web Application Firewall
5
5
  Home-page: https://github.com/aayushgauba/aiwaf
6
6
  Author: Aayush Gauba
@@ -128,7 +128,7 @@ Add in **this** order to your `MIDDLEWARE` list:
128
128
 
129
129
  ```python
130
130
  MIDDLEWARE = [
131
- "aiwaf.middleware.IPBlockMiddleware",
131
+ "aiwaf.middleware.IPAndKeywordBlockMiddleware",
132
132
  "aiwaf.middleware.RateLimitMiddleware",
133
133
  "aiwaf.middleware.AIAnomalyMiddleware",
134
134
  "aiwaf.middleware.HoneypotMiddleware",
@@ -180,7 +180,6 @@ python manage.py detect_and_train
180
180
  | AIAnomalyMiddleware | ML‑driven behavior analysis + block on anomaly |
181
181
  | HoneypotMiddleware | Detects bots filling hidden inputs in forms |
182
182
  | UUIDTamperMiddleware | Blocks guessed/nonexistent UUIDs across all models in an app |
183
-
184
183
  ---
185
184
 
186
185
  ## License
@@ -12,8 +12,8 @@ aiwaf/management/commands/detect_and_train.py,sha256=-o-LZ7QZ5GeJPCekryox1DGXKMm
12
12
  aiwaf/resources/model.pkl,sha256=rCCXH38SJrnaOba2WZrU1LQVzWT34x6bTVkq20XJU-Q,1091129
13
13
  aiwaf/template_tags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  aiwaf/template_tags/aiwaf_tags.py,sha256=1KGqeioYmgKACDUiPkykSqI7DLQ6-Ypy1k00weWj9iY,399
15
- aiwaf-0.1.5.dist-info/licenses/LICENSE,sha256=Ir8PX4dxgAcdB0wqNPIkw84fzIIRKE75NoUil9RX0QU,1069
16
- aiwaf-0.1.5.dist-info/METADATA,sha256=g1hwdQBSJX1JBBnBim_TFtzjVMI5Ixl0WVrPPlnQCPg,5405
17
- aiwaf-0.1.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
18
- aiwaf-0.1.5.dist-info/top_level.txt,sha256=kU6EyjobT6UPCxuWpI_BvcHDG0I2tMgKaPlWzVxe2xI,6
19
- aiwaf-0.1.5.dist-info/RECORD,,
15
+ aiwaf-0.1.6.dist-info/licenses/LICENSE,sha256=Ir8PX4dxgAcdB0wqNPIkw84fzIIRKE75NoUil9RX0QU,1069
16
+ aiwaf-0.1.6.dist-info/METADATA,sha256=xwayhSMTf_thMyNrS2-E5Wa8S1vXpqiOuwRZiI8-6Pw,5414
17
+ aiwaf-0.1.6.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
18
+ aiwaf-0.1.6.dist-info/top_level.txt,sha256=kU6EyjobT6UPCxuWpI_BvcHDG0I2tMgKaPlWzVxe2xI,6
19
+ aiwaf-0.1.6.dist-info/RECORD,,
File without changes