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
Hello, As i have run the fortify scan on my application, I could see the high vulnerability 'Race condition' was encountered on this library file.
Issue Desc: The method on call set a callback function which may lead to race condition.
This is the line item:
events
.on('tag-added', scope.onTagAdded)
.on('invalid-tag', scope.onInvalidTag)
.on('tag-removed', scope.onTagRemoved)
.on('tag-clicked', scope.onTagClicked)
Could you plese assist me how to fix this issue as the line needs to be removed from the Fortify SCA results
The text was updated successfully, but these errors were encountered:
Hello, As i have run the fortify scan on my application, I could see the high vulnerability 'Race condition' was encountered on this library file.
Issue Desc: The method on call set a callback function which may lead to race condition.
This is the line item:
events
.on('tag-added', scope.onTagAdded)
.on('invalid-tag', scope.onInvalidTag)
.on('tag-removed', scope.onTagRemoved)
.on('tag-clicked', scope.onTagClicked)
Could you plese assist me how to fix this issue as the line needs to be removed from the Fortify SCA results
The text was updated successfully, but these errors were encountered: