Flask
Correctness
avoid-accessing-request-in-wrong-handler
avoid-accessing-request-in-wrong-handler
Accessing request object inside a route handle for HTTP GET command will throw due to missing request body.
flask-duplicate-handler-name
flask-duplicate-handler-name
Looks like $R
is a flask function handler that registered to two different routes. This will cause a runtime error