github-germ
github-germ
Hi @Rafiot -- HNY!! Hope you are well... I have tested successfully a simple patch to `app/Model/Attribute.php` as below by setting `MISPAttribute.ignoreDup` in the `MISPEvent` and calling `update_event` in a...
If this seems acceptable, based on the revision being considered in https://github.com/MISP/MISP/issues/6838 I'd suggest adding the same logic to not log a duplicate object if `ignoreDup` in two functions in...
@iglocska -- Hey Andras, were you able to close all the loose ends in the object dedup; if not, what remains?
Hi... was this completed?
Revisiting... We still see lots of the `"A similar attribute already exists for this event.` being logged. Is there any hope of not logging these, perhaps as suggested [above](https://github.com/MISP/MISP/issues/5257#issuecomment-758927498)
Hi @iglocska ... We still see these in 2.4.164 (we check after each MISP release =8^). Should we just forget about this being changed? Thx...
Checking back to see if anyone has a better solution other than the one I posted above almost a year ago. Thanks.
Not sure what your PyMISP is setting; however, I do see that the {{correlations}} table does not contain an {{object_id}} column with 2.4.161: ``` mysql> desc correlations; +--------------------+---------+------+-----+---------+----------------+ | Field...
This is still occuring with built-in feeds in 2.4.161: ``` Notice Error: Trying to access array offset on value of type null in [/var/www/MISP/app/Model/Feed.php, line 1013] ```