Raphaël Vinot

Results 550 comments of Raphaël Vinot

As far as I know, you can't. The sightings UUIDs are always re-created by MISP and ignored if you pass them from the API. @iglocska @mokaddem can you confirm that?

Just making sure: you're getting both unpublished *and* published events, right? This test is checking that, but there are no published events at all, so it's not gonna catch a...

yep. I don't know if it is something to change or not, I don't see a good solution to that, as you will either break existing kvrocks-only tools in a...

That's an option, but it will break existing codebases: ```python from redis import Redis r.sadd('foo', 'bar') if member := r.srandmember('foo'): print(member[0]) # do something with member[0] ``` That call was...

The content of each source varies a lot and generally and for new CVEs, cvelistv5 is better, but as you can see, it's not always the case. We have an...

Solution for 1 is implemented: https://github.com/Lookyloo/lookyloo/commit/1085932ad227d2c2cc4a12f00e7c4773665550f4 Solution for 2 will take more time.

Update: Solution for 2 is partially implemented as we display the first page. But no way to see the other pages (on the UI) yet.

# [AlmaLinux Security Advisory](https://errata.almalinux.org/) This DB looks like a straight clone of the RedHat database: https://errata.almalinux.org/9/ALSA-2025-2679.html Bottom of the page says it's auto generated and and reference to the vuln...

For `ALSA-`, the only use-case I see is if someone search with that ID instead of the RH one. Definitely not a high priority.

@dodys thank you for reaching out! I'm 99% sure it makes sense to import the USN, because (if I get it right): 1. they will be in the repo before...