ShauryaChauhan1411 opened a new pull request, #15958: URL: https://github.com/apache/dubbo/pull/15958
## What is the purpose of the change? This PR adds a unit test for YamlCodec to ensure it properly rejects malicious YAML payloads, preventing potential RCE vulnerabilities (CVE-2022-1471). ## Brief changelog - Created YamlCodecTest.java. - Added testYamlSecurityVulnerability to verify security filtering. - Ensured code compliance with Apache Dubbo formatting standards. ## Verifying this change - Executed 'mvn clean install' locally and the build was successful. -- 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]
