You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/10/21 03:19:18 UTC

[GitHub] [incubator-eventmesh] Alonexc opened a new issue, #1688: [Enhancement] Field isn't final but should be [HTTPMessageHandler]

Alonexc opened a new issue, #1688:
URL: https://github.com/apache/incubator-eventmesh/issues/1688

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   ![image](https://user-images.githubusercontent.com/91315508/197102910-dedc61ee-97ed-41ad-9422-05facd8b8a88.png)
   located at:
   org/apache/eventmesh/runtime/core/protocol/http/push/HTTPMessageHandler.java line 67
   analysis and explanation:
   This static field public but not final, and could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.
   
   ### Describe the solution you'd like
   
   add final modifier field.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] DeepikaMarthandanTW commented on issue #1688: [Enhancement] Field isn't final but should be [HTTPMessageHandler]

Posted by GitBox <gi...@apache.org>.
DeepikaMarthandanTW commented on issue #1688:
URL: https://github.com/apache/incubator-eventmesh/issues/1688#issuecomment-1286544650

   I would like to work on this issue. @Alonexc @xwm1992 Can you please assign this task to me?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen closed issue #1688: [Enhancement] Field isn't final but should be [HTTPMessageHandler]

Posted by GitBox <gi...@apache.org>.
qqeasonchen closed issue #1688: [Enhancement] Field isn't final but should be [HTTPMessageHandler]
URL: https://github.com/apache/incubator-eventmesh/issues/1688


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org