Skip to content
Permalink
Browse files Browse the repository at this point in the history
fix: [security] stored XSS fixed in event graph
- unsanitised javascript insertion of tag name in the filters

- as reported by Dawid Czarnecki of Zigrin Security on behalf of the Luxembourg Army
  • Loading branch information
iglocska committed Apr 17, 2022
1 parent 107e271 commit bb3b7a7
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 370 deletions.
2 changes: 1 addition & 1 deletion app/Controller/AppController.php
Expand Up @@ -34,7 +34,7 @@ class AppController extends Controller

public $helpers = array('OrgImg', 'FontAwesome', 'UserName');

private $__queryVersion = '138';
private $__queryVersion = '139';
public $pyMispVersion = '2.4.157';
public $phpmin = '7.2';
public $phprec = '7.4';
Expand Down

0 comments on commit bb3b7a7

Please sign in to comment.