mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 20:17:43 +03:00
My 11th 2023 update
This commit is contained in:
26
components/security_apps/ips/include/ips_enums.h
Normal file
26
components/security_apps/ips/include/ips_enums.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef __IPS_ENUMS_H__
|
||||
#define __IPS_ENUMS_H__
|
||||
|
||||
namespace IPSSignatureSubTypes
|
||||
{
|
||||
|
||||
enum class SignatureAction
|
||||
{
|
||||
PREVENT,
|
||||
DETECT,
|
||||
IGNORE
|
||||
};
|
||||
|
||||
enum class IPSLevel
|
||||
{
|
||||
VERY_LOW,
|
||||
LOW,
|
||||
MEDIUM_LOW,
|
||||
MEDIUM,
|
||||
MEDIUM_HIGH,
|
||||
HIGH,
|
||||
CRITICAL
|
||||
};
|
||||
|
||||
} // IPSSignatureSubTypes
|
||||
#endif // __IPS_ENUMS_H__
|
Reference in New Issue
Block a user