Skip to content

Commit

Permalink
ENG-44042: Adding standalone_waf entitlement as a KnownEntitlements (#…
Browse files Browse the repository at this point in the history
…246)

Co-authored-by: Carlos Orozco <carlosorozco@alertlogic.com>
  • Loading branch information
orozco1582 and Carlos Orozco authored Nov 15, 2022
1 parent 0ea0bc8 commit fa2fc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@al/core",
"version": "1.0.195",
"version": "1.0.196",
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/subscriptions-client/types/al-subscription.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export class AlEntitlementCollection
"web_security_manager",
"dashboard_authentication",
"dashboard_firewall",
"expert_response"
"expert_response",
"standalone_waf" // This is a temporal entitlement for Standalone WAF testing purposes. NOTE: this will delete after GA
];
protected collection:{[productId:string]:AlEntitlementRecord} = {};
protected evaluationCache:{[expression:string]:boolean} = {};
Expand Down

0 comments on commit fa2fc9a

Please sign in to comment.