[GH-ISSUE #17] by-product-vulns error #17

Closed
opened 2026-03-02 23:36:01 +03:00 by kerem · 1 comment
Owner

Originally created by @darissimo on GitHub (Jul 21, 2021).
Original GitHub issue: https://github.com/alb-uss/SECMON/issues/17

Originally assigned to: @alb-uss on GitHub.

Hi, on page https://xx.xx.xx.xx/by-product-vulns I get this error:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python3/dist-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functionsrule.endpoint
File "/usr/local/lib/python3.9/dist-packages/flask_simplelogin/init.py", line 117, in simple_decorator
return dispatch(function, *args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/flask_simplelogin/init.py", line 98, in dispatch
return check(must) or fun(*args, **kwargs)
File "/var/www/secmon/secmon_web.py", line 587, in byProductVulns
product = request.form['product_selection']
File "/usr/lib/python3/dist-packages/werkzeug/datastructures.py", line 442, in getitem
raise exceptions.BadRequestKeyError(key)
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.

Any suggestion?

Originally created by @darissimo on GitHub (Jul 21, 2021). Original GitHub issue: https://github.com/alb-uss/SECMON/issues/17 Originally assigned to: @alb-uss on GitHub. Hi, on page https://xx.xx.xx.xx/by-product-vulns I get this error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python3/dist-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/usr/local/lib/python3.9/dist-packages/flask_simplelogin/__init__.py", line 117, in simple_decorator return dispatch(function, *args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/flask_simplelogin/__init__.py", line 98, in dispatch return check(must) or fun(*args, **kwargs) File "/var/www/secmon/secmon_web.py", line 587, in byProductVulns product = request.form['product_selection'] File "/usr/lib/python3/dist-packages/werkzeug/datastructures.py", line 442, in __getitem__ raise exceptions.BadRequestKeyError(key) werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. Any suggestion?
kerem 2026-03-02 23:36:01 +03:00
Author
Owner

@alb-uss commented on GitHub (Jul 26, 2021):

Hello, does the problem appear with a specific product or all products?

<!-- gh-comment-id:886960380 --> @alb-uss commented on GitHub (Jul 26, 2021): Hello, does the problem appear with a specific product or all products?
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/SECMON#17
No description provided.