feat: Suggestion view pt.2 #293

Merged
erictapen merged 2 commits from suggestion-view into main 2024-10-31 11:58:56 +00:00
erictapen commented 2024-10-28 11:00:24 +00:00 (Migrated from github.com)
Closes https://github.com/Nix-Security-WG/nix-security-tracker/issues/203 Closes https://github.com/Nix-Security-WG/nix-security-tracker/issues/210 Some better rendering for package versions.
RaitoBezarius (Migrated from github.com) reviewed 2024-10-28 11:10:24 +00:00
RaitoBezarius (Migrated from github.com) commented 2024-10-28 11:10:24 +00:00

It's a wrong assumption, there are multiple containers, but we shall only select the most relevant one

It's a wrong assumption, there are multiple containers, but we shall only select the most relevant one
RaitoBezarius (Migrated from github.com) reviewed 2024-10-28 11:11:03 +00:00
RaitoBezarius (Migrated from github.com) commented 2024-10-28 11:11:03 +00:00

Can the channel analyzing logic be moved in its own functions and possibly a utility file for channel analysis?

Can the channel analyzing logic be moved in its own functions and possibly a utility file for channel analysis?
erictapen (Migrated from github.com) reviewed 2024-10-28 11:15:52 +00:00
erictapen (Migrated from github.com) commented 2024-10-28 11:15:52 +00:00

Definetly, this entire logic is way too noisy for the view.

Definetly, this entire logic is way too noisy for the view.
erictapen (Migrated from github.com) reviewed 2024-10-28 11:16:14 +00:00
erictapen (Migrated from github.com) commented 2024-10-28 11:16:14 +00:00

Any idea how to figure out the most relevant one?

Any idea how to figure out the most relevant one?
erictapen (Migrated from github.com) reviewed 2024-10-28 11:19:46 +00:00
erictapen (Migrated from github.com) commented 2024-10-28 11:19:46 +00:00
https://github.com/Nix-Security-WG/nix-security-tracker/issues/294
erictapen (Migrated from github.com) reviewed 2024-10-28 11:24:29 +00:00
erictapen (Migrated from github.com) commented 2024-10-28 11:24:29 +00:00
https://github.com/Nix-Security-WG/nix-security-tracker/issues/295
RaitoBezarius (Migrated from github.com) reviewed 2024-10-28 11:35:05 +00:00
RaitoBezarius (Migrated from github.com) commented 2024-10-28 11:35:05 +00:00

Hmm… I need to think, but basically you need to select the first container containing a package name or containing a CVSS vector string, this sort of stuff.

Maybe, the backend should do more preprocessing to make this palatable.

Hmm… I need to think, but basically you need to select the first container containing a package name or containing a CVSS vector string, this sort of stuff. Maybe, the backend should do more preprocessing to make this palatable.
erictapen (Migrated from github.com) reviewed 2024-10-30 12:12:56 +00:00
erictapen (Migrated from github.com) commented 2024-10-30 12:12:56 +00:00

This is probably wrong but I ended up moving this into the models for now? I thought it might make sense, as the function operates on the types in the nix_evaluation model.

This is probably wrong but I ended up moving this into the models for now? I thought it might make sense, as the function operates on the types in the `nix_evaluation` model.
erictapen (Migrated from github.com) reviewed 2024-10-31 09:48:49 +00:00
erictapen (Migrated from github.com) commented 2024-10-31 09:48:49 +00:00

This might be actually solved by your intermediate representation of merged CVEs, right?

This might be actually solved by your intermediate representation of merged CVEs, right?
RaitoBezarius (Migrated from github.com) reviewed 2024-10-31 09:57:31 +00:00
RaitoBezarius (Migrated from github.com) commented 2024-10-31 09:57:31 +00:00

correct!

correct!
fricklerhandwerk (Migrated from github.com) approved these changes 2024-10-31 11:58:48 +00:00
Sign in to join this conversation.
No description provided.