Go to file
2024-10-17 17:07:37 +03:00
.github Add documentation (#26) 2022-08-25 15:19:03 +03:00
content Add workflows (#24) 2022-08-25 14:27:23 +03:00
src Add TRUST ResultStatus (#45) 2024-10-17 17:07:37 +03:00
.gitignore Add workflows (#24) 2022-08-25 14:27:23 +03:00
LICENSE Let's make it opensource 2019-12-03 18:35:39 +03:00
logo.jpg Add logo 2018-12-04 17:18:50 +03:00
Makefile Add workflows (#24) 2022-08-25 14:27:23 +03:00
mkdocs.yml Add workflows (#24) 2022-08-25 14:27:23 +03:00
pom.xml Add rand(n) func (#44) 2024-10-16 16:34:24 +03:00
README.md Update README.md 2022-08-25 15:45:32 +03:00
renovate.json Add renovate.json (#5) 2022-02-21 14:52:36 +03:00
requirements.txt Add workflows (#24) 2022-08-25 14:27:23 +03:00
syntax.png Add catch exception and change readme (#8) 2019-02-06 12:13:30 +03:00

Fraudo DSL

Language for describing antifraud patterns

Provides the ability to describe the required set of rules for characteristics and triggers for attempts at fraudulent actions

Documentation - https://valitydev.github.io/fraudo/

Language use antlr4, developers can use this documentation - https://www.antlr.org/

How build docs locally?

  1. python3 -m venv .

  2. source bin/activate

  3. pip install -r requirements.txt

  4. mkdocs serve --livereload