ewolff / microservice-kubernetes

Microservices example using Kubernetes
Apache License 2.0
207 stars 194 forks source link

Request method without get or post #9

Closed akondasif closed 4 years ago

akondasif commented 4 years ago

Hi @ewolff ,

We followed your recommendations from this issue and found a few instances of request method without get or post

Source: https://github.com/ewolff/microservice-kubernetes/blob/6d04f5a909478f7f0f78a7ab404047a4a6635cd7/microservice-kubernetes-demo/microservice-kubernetes-demo-catalog/src/main/java/com/ewolff/microservice/catalog/web/CatalogController.java#L30

and

https://github.com/ewolff/microservice-kubernetes/blob/6d04f5a909478f7f0f78a7ab404047a4a6635cd7/microservice-kubernetes-demo/microservice-kubernetes-demo-order/src/main/java/com/ewolff/microservice/order/logic/OrderController.java#L49

ewolff commented 4 years ago

As mentioned https://github.com/ewolff/microservice/issues/28#issuecomment-654375293 I don't think this is a security problem. Please reopen if you have different information. Thanks.