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

Fix issue #89 - Cannot run CVEMap inside a CI/CD Pipeline #91

Closed
wants to merge 2 commits into from

Conversation

marcopedrinazzi
Copy link

(see issue #89 for context)

The cause of the issue is the content r.Options.CveIds inside the runner.go file (func (r *Runner) Run()) => In my gitlab environment during the execution somehow it added "" to the content of r.Options.CveIds, I proposed a pull request able to fix the issue. It is to be considered a temporary fix and I suggest further investigations regarding the sanitization of the input

@ehsandeep ehsandeep linked an issue Feb 16, 2024 that may be closed by this pull request
@marcopedrinazzi marcopedrinazzi marked this pull request as draft February 16, 2024 14:40
@marcopedrinazzi marcopedrinazzi marked this pull request as ready for review February 16, 2024 14:48
@marcopedrinazzi marcopedrinazzi marked this pull request as draft February 16, 2024 16:15
@ehsandeep
Copy link
Member

Fixed with #92

@ehsandeep ehsandeep closed this Feb 18, 2024
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

Successfully merging this pull request may close these issues.

Cannot run CVEMap inside a CI/CD Pipeline
2 participants