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

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

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

   ### 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/197101351-d14966cf-d7ea-4987-b92f-ebb40b2abe55.png)
   located at:
   org/apache/eventmesh/runtime/configuration/EventMeshHTTPConfiguration.java line 40
   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] rinuaby13 commented on issue #1685: [Enhancement] Field isn't final but should be [EventMeshHTTPConfiguration]

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

   Hi @Alonexc ,I would like to work on this issue.
   


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

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


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