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.
 
 
 
 
 
 

13 lines
298 B

  1. --- app/Controller/PagesController.php.orig 2012-09-20 15:44:21.264671022 +0200
  2. +++ app/Controller/PagesController.php 2012-09-06 13:45:13.023544947 +0200
  3. @@ -52,6 +52,9 @@
  4. */
  5. public $uses = array();
  6. + public function isAuthorized($user) {
  7. + return true;
  8. + }
  9. /**
  10. * Displays a view
  11. *