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

fixed "package" instead of "product" for csv2cve. #416

Merged
merged 4 commits into from
Feb 27, 2020
Merged

fixed "package" instead of "product" for csv2cve. #416

merged 4 commits into from
Feb 27, 2020

Conversation

ananthan-123
Copy link
Contributor

fixed #412

""" Test a csv file with a bad package column (should fail) """
output = csv2cve(os.path.join(self.CSV_PATH, "bad_package.csv"))
""" Test a csv file with a bad product column (should fail) """
output = csv2cve(os.path.join(self.CSV_PATH, "bad_product.csv"))
Copy link
Contributor

@terriko terriko Feb 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is failing because you didn't also rename the .csv file. Looking good otherwise, though!

@terriko
Copy link
Contributor

terriko commented Feb 27, 2020

That looks to have done the trick. Thank you!

@terriko terriko merged commit 774a3c6 into intel:master Feb 27, 2020
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.

csv2cve uses "package" instead of "product"
2 participants