Skip to content

Commit

Permalink
feat(*): Add AppSec origin constant
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Sep 12, 2024
1 parent a6c9c69 commit 396d64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ class Constants
* @var string The CrowdSec origin for decisions
*/
public const ORIGIN = 'crowdsec';
/**
* @var string The AppSec origin for decisions
*/
public const ORIGIN_APPSEC = 'appsec';
/**
* @var string The CAPI origin for decisions
*/
Expand Down

0 comments on commit 396d64f

Please sign in to comment.