Closed nagworld9 closed 3 months ago
Attention: Patch coverage is 90.32258%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 72.30%. Comparing base (
3aebcdd
) to head (2181751
). Report is 297 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
azurelinuxagent/common/utils/cryptutil.py | 72.72% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
fixing https://github.com/Azure/WALinuxAgent/issues/3163
If the decryption fails, old version of openssl overwrite the output file(if exist) with empty data while new version of openssl does not overwrite the output file, so output file may contain old certs data and agent process the old certs again. Correcting the behavior by removing temporary state certificate files.
Issue #
PR information
Quality of Code and Contribution Guidelines