
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
@adobe/aep-rules-engine
Advanced tools
A simple, generic, extensible Rules Engine in TypeScript.
Although written in TypeScript, the build produces JavaScript implementations that can be used anywhere JavaScript can be evaluated.
Install via npm.
npm install @adobe/aep-rules-engine
const RulesEngine = require("@adobe/aep-rules-engine");
const ruleset = RulesEngine({
version: 1,
rules: [
{
condition: {
definition: {
conditions: [
{
definition: {
conditions: [
{
definition: {
key: "color",
matcher: "eq",
values: ["orange", "blue"],
},
type: "matcher",
},
],
logic: "and",
},
type: "group",
},
],
logic: "and",
},
type: "group",
},
consequences: [
{
type: "item",
detail: {
hello: "world",
},
id: "abc123",
},
],
},
],
});
const consequences = ruleset.execute({ color: "orange" });
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Adobe Experience Platform rules engine.
The npm package @adobe/aep-rules-engine receives a total of 6,623 weekly downloads. As such, @adobe/aep-rules-engine popularity was classified as popular.
We found that @adobe/aep-rules-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 30 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.