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
Check that there are no changes during SR.scan (#6413)
Currently, we are only checking that no VDIs have been removed during
the SR scan performed by the SM plugin. However, there are situations
where a VDI has been added, and if this VDI is not present in the list
obtained from SR.scan, it will be forgotten. The checks only prevent
this in the case where the VDI was added during the scan. There is still
a TOCTOU situation if the issue happens after the scan, and there is
room for that.
0 commit comments