Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortify issue #12

Open
vino1n opened this issue Dec 24, 2021 · 0 comments
Open

Fortify issue #12

vino1n opened this issue Dec 24, 2021 · 0 comments

Comments

@vino1n
Copy link

vino1n commented Dec 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant