Conversation
This comment was marked as abuse.
This comment was marked as abuse.
|
We should at least still provide a local fallback list if a csv (or maybe CVE JSON array?) cannot be found. |
|
Can you please fix your conflicts with the MAIN branch? |
|
Here are the earlier ones: https://github.com/crabnebula-dev/toasted/blob/main/iocs/bigtime-vulns.yaml |
|
Kind of spooky that you have a control sequence buried in the middle of your CSV that you just happened to not put into the codebase. Where did you actually source it from?
[EDIT]: Until we have clarity, marking that comment as abuse. |
Wow!!! I did not see that!! Thanks for having removed the comment! I converted a copy paste from the aforementioned list of npm packages in a, what I thought was a proper formatted csv like table. I will keep this anecdote in my mind as a reminder that it would have been worth the extra 30 seconds effort to convert the table with sed and friends... |
846f0e5 to
dcbfbc4
Compare
Hey,
After yet another round of npm compromised packages was reported e.g. here I quick-and-dirtily extended toasted to be able to read from csv.
I saw your support for ioc files which is great. I couldn't find the corresponding files for the previously reported compromised packages but I might not be seasoned enough to search in the right places.
So, what do you think? Is a simple csv input support something that is worth adding? If yes, I will cleanup and rebase on latest main what I have hacked together here.
Cheers