**Public chatroom** - MISP Dev. Developer room. For developers and development related questions. For any non-development (e.g. support) related questions, please go to MISP/Support. General information sharing topics can be discussed in MISP/Sharing. Please contribute your new knowledge to https://github.com/MISP/misp-book/tree/master/faq
JakubOnderka on develop
fix: do not fetch tag related e… Merge pull request #8412 from r… (compare)
JakubOnderka on develop
fix: do not fetch tag related e… Merge pull request #8412 from r… (compare)
adulau on 2.4
fix: Fix part of Feed Link, Pro… chg: Add default feed Fix: feed threatfox indicators … and 1 more (compare)
adulau on 2.4
fix: Fix part of Feed Link, Pro… chg: Add default feed Fix: feed threatfox indicators … and 1 more (compare)
hashes.csv
? How is that file used? My understanding is that it keeps a mapping between hash of each attribute and the event. What is the reason for that?
private function getOrDef($variable, $default) {
if (Configure::check($variable)) {
return Configure::read($variable);
}
return $default;
}