MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform) https://www.misp-project.org/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.8 KiB

  1. Existing bugs:
  2. - timeout admin_user.
  3. - Somehow there got a user_id 0 in events.
  4. - View User and Events got lost(?), but is still there in 0.2.2
  5. Fixed bugs:
  6. - Fix the "Did you ..." message - path routing.
  7. - some admin routing.
  8. - When loged out by session timeout, re-logging gives an error.
  9. timeout user (?).
  10. - list servers: error lastpushed/pulledid.
  11. - Can't edit composite attributes.
  12. attribute with type filename|md5 -> filename, remove |..
  13. - Attachments - incompatible categories should be filtered out.
  14. add attachment show only categroies with attachment and malware-sample types.
  15. - Accept uppercase MD5 with composite attribs.
  16. - Editing attribute - does not validate.
  17. - When a validation error occurs, can't submit it any more.
  18. add attribute, non-valide, correct, ´black-holed´.
  19. - view event, edit attribute, no validation.
  20. - add user, some validation error then extra: authkey not defined.
  21. - authError gets displayed before login.
  22. - IE - file download does not work.
  23. IE, no download (Js) (CakePHP bug #2554 related?)
  24. - uppercases in md5 or sha1 when type filename|md5/sha1 is not lc like type md5/sha1.
  25. - Search - paginate broken.
  26. search attributes: next page goes to search, search again, then at next page.
  27. - non-printable in no-composite attribute and all input behind it gets lost.
  28. - no paging on event with lots of attributes (over 50% speedup).
  29. - a server containing no MISP gives "XML cannot be read." on publish.
  30. - a server having a non-existing internet name gives
  31. "php_network_getaddresses: getaddrinfo failed: Name or service not known" on publish
  32. and pull.
  33. - Edit event already published to other servers, then (re)publish does not work
  34. so no other participating servers have the new edited event.
  35. - An authkey with any length, so less then 40, can be entered.
  36. - Add attribute, do not fill in any, and hit Submit, gives error messages.