[GH-ISSUE #30] Product by Keyword not case sensitive #29

Closed
opened 2026-03-02 23:36:06 +03:00 by kerem · 2 comments
Owner

Originally created by @frostnite on GitHub (Dec 20, 2021).
Original GitHub issue: https://github.com/alb-uss/SECMON/issues/30

Originally assigned to: @alb-uss on GitHub.

Product by Keyword not case sensitive.

As seen on below screenshot, I need to add the product keyword "NumPy" to get the other remaining 2 CVE for numpy.
Whereas the product with keyword "numpy" only managed to identify 2 CVE which actually possible to be 4 CVE.

image

image

Originally created by @frostnite on GitHub (Dec 20, 2021). Original GitHub issue: https://github.com/alb-uss/SECMON/issues/30 Originally assigned to: @alb-uss on GitHub. Product by Keyword not case sensitive. As seen on below screenshot, I need to add the product keyword "NumPy" to get the other remaining 2 CVE for numpy. Whereas the product with keyword "numpy" only managed to identify 2 CVE which actually possible to be 4 CVE. ![image](https://user-images.githubusercontent.com/14076246/146742063-e7479c52-3f06-47a6-8eb7-c883f8eb7041.png) ![image](https://user-images.githubusercontent.com/14076246/146742291-0c1bd2a4-40ff-41d7-8413-e8c059676e3c.png)
Author
Owner

@alb-uss commented on GitHub (Dec 20, 2021):

Hello @frostnite,

Indeed, the keywords are case-sensitive for the moment and this is part of my road map. However, in general, the product names are almost always in the same form, here we see that we always find the form "NumPy" in the screenshot. It is therefore necessary to choose the real form of the product name (a little heavy I concieve).

I take this opportunity to update the road map, thanks to you! :)

<!-- gh-comment-id:998129380 --> @alb-uss commented on GitHub (Dec 20, 2021): Hello @frostnite, Indeed, the keywords are case-sensitive for the moment and this is part of my road map. However, in general, the product names are almost always in the same form, here we see that we always find the form "NumPy" in the screenshot. It is therefore necessary to choose the real form of the product name (a little heavy I concieve). I take this opportunity to update the road map, thanks to you! :)
Author
Owner

@frostnite commented on GitHub (Dec 21, 2021):

Hello @frostnite,

Indeed, the keywords are case-sensitive for the moment and this is part of my road map. However, in general, the product names are almost always in the same form, here we see that we always find the form "NumPy" in the screenshot. It is therefore necessary to choose the real form of the product name (a little heavy I concieve).

I take this opportunity to update the road map, thanks to you! :)

You mean its not case sensitive right? Anyways I have added .lower() to both key and summary variables in cvepoller.py which actually resolve the issue for me.

<!-- gh-comment-id:998388176 --> @frostnite commented on GitHub (Dec 21, 2021): > Hello @frostnite, > > Indeed, the keywords are case-sensitive for the moment and this is part of my road map. However, in general, the product names are almost always in the same form, here we see that we always find the form "NumPy" in the screenshot. It is therefore necessary to choose the real form of the product name (a little heavy I concieve). > > I take this opportunity to update the road map, thanks to you! :) You mean its not case sensitive right? Anyways I have added .lower() to both key and summary variables in cvepoller.py which actually resolve the issue for me.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SECMON#29
No description provided.