File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ using openrasp::ConfigHolder;
5454
5555ZEND_DECLARE_MODULE_GLOBALS (openrasp);
5656
57- const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.1 " ;
57+ const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.2 " ;
5858bool is_initialized = false ;
5959bool remote_active = false ;
6060std::string openrasp_status = " Protected" ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ using openrasp::ConfigHolder;
5353
5454ZEND_DECLARE_MODULE_GLOBALS (openrasp);
5555
56- const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.1 " ;
56+ const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.2 " ;
5757bool is_initialized = false ;
5858bool remote_active = false ;
5959std::string openrasp_status = " Protected" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import axios from 'axios'
22import Cookie from 'js-cookie'
33import router from '@/router'
44
5- export var rasp_version = '1.3.1 '
5+ export var rasp_version = '1.3.2 '
66
77// 起始 type_id: 1001
88export var audit_types = {
You can’t perform that action at this time.
0 commit comments