Duansg opened a new pull request, #3625:
URL: https://github.com/apache/hertzbeat/pull/3625

   ## What's changed?
   
   Please refer to: [#3623](https://github.com/apache/hertzbeat/issues/3623)
   
   The reason is that during JDBC URL security-related processing, the returned 
URL is replaced by the system. We believe that the case-sensitive 
recommendations in 
[connector-j-reference-jdbc-url-format](https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html)
 should be followed to enable security-related processing without replacing 
user-entered URLs.
   
   For details:
   1. Fixed an issue where the Jdbc URL was replaced and ensured 
security-related processing.
   2. Added a test case to verify whether the Jdbc URL is consistent with the 
user input after processing is complete.
   3. Added test cases for security-related processing.
   
   
   ## Checklist
   
   - [x]  I have read the [Contributing 
Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide)
   - [x]  I have written the necessary doc or comment.
   - [x]  I have added the necessary unit tests and all cases have passed.
   
   ## Add or update API
   
   - [ ] I have added the necessary [e2e 
tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have 
passed.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to