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.
 
 
 
 
 
 

28 lines
838 B

  1. Audit Technical Design (TD)
  2. To log in CakePHP we use an existing Model Behavior,
  3. to write to a log database table.
  4. https://github.com/eskil-saatvedt/CakePHP-Assets/blob/master/models/behaviors/LogableBehavior.php
  5. Adds the logable Model Behavior.
  6. http://bakery.cakephp.org/articles/rikdc/2010/06/07/syslog-component
  7. Ads the syslog capability.
  8. http://bakery.cakephp.org/articles/alkemann/2008/10/21/logablebehavior
  9. http://www.bitsntricks.com/cakephp-logable-behaviour/
  10. Short explaination itś use.
  11. http://stackoverflow.com/questions/9791633/check-if-cakephp-update-changes-a-variable-in-update
  12. This Logable Model Behavior seemed not to work in the UsersController,
  13. so the change checks are done manual coded in the UsersController.
  14. https://github.com/joebeeson/referee#readme
  15. Can be handy lateron for log to db or syslog?