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:27 UTC

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

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

   ### 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/197103389-23267861-816b-43e4-af35-b43c332ac512.png)
   located at:
   org/apache/eventmesh/runtime/core/protocol/tcp/client/group/ClientGroupWrapper.java line 76
   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] Pragalapavithra23 commented on issue #1690: [Enhancement] Field isn't final but should be [ClientGroupWrapper]

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

   @Alonexc can you assign this to my name , I can work on it


-- 
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 #1690: [Enhancement] Field isn't final but should be [ClientGroupWrapper]

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


-- 
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