You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elastic Agent uses the composed.Verifier to chain multiple verifiers together. The issue in this code is that only the last verify is allowed to remove the files when it fails. If the previous verifiers in the chain fail then they do not remove the files.
The code needs to be changed to ensure that at any point that a verifier fails that the files are removed (when enabled), instead of waiting for the last verifier (which might not be reached).
The text was updated successfully, but these errors were encountered:
jlind23
changed the title
[Elastic Agent] Combosed Verifier does not always remove files
[Elastic Agent] Composed Verifier does not always remove files
Feb 8, 2022
Elastic Agent uses the
composed.Verifier
to chain multiple verifiers together. The issue in this code is that only the last verify is allowed to remove the files when it fails. If the previous verifiers in the chain fail then they do not remove the files.The code needs to be changed to ensure that at any point that a verifier fails that the files are removed (when enabled), instead of waiting for the last verifier (which might not be reached).
The text was updated successfully, but these errors were encountered: