Commit e891d00
authored
fix(vulnfeeds): Cache patch (#4876)
Sometimes vendor product combinations in the VPRepoCache are given
"successful" repos in its cache that are unrelated to the project. I
believe this is to do with how larger projects that are affected by the
vuln (like Debian/RH etc) are also added to the record.
With the cache, if a record earlier on resolves a repo, but saves it to
a Vendor Product that is unrelated, this might cause a bad cache entry.
This unfortunately might slow things down but its better than bad
misses.1 parent cbe20a4 commit e891d00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1133 | 1133 | | |
1134 | 1134 | | |
1135 | 1135 | | |
1136 | | - | |
| 1136 | + | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | 1139 | | |
| |||
0 commit comments