Website Migration Notice: SafePoint is now operated by CyberServal.Learn more →
DiscussionSLA

Build SafeLine WAF from source?

Published a year ago

# SafeLine WAF

Published a year ago

profile_photo

Peter Larin

Updated a year ago

0

Good Afternoon! In is mentioned in many places that SafeLine WAF is open-source, this means thet I should be able to build it completely from its source code on GitHub. However I couldn't find instructions on how to do so. Is it really possible?

profile_photo

Carrie

Updated a year ago

We open source the core threat detection module, semantic analysis engine called yanshi. But the management console stay private.

We're going to modify README recently to state clearly on this situation.

profile_photo

Peter Larin

Updated a year ago

0

Hi Carrie! Many thanks for explanation, it is clear now. However then I have another question - if you open source the core detection module, should I be able to integrate it with my own management system? For instance, Nginx Proxy Manager?

profile_photo

Carrie

Updated a year ago

You need to forward traffic to the attack detection engine, which is very difficult to set up from scratch.

If you want to use our product yourself, features in the free version are insufficient but Pro is expensive, we have promotional campaigns that offer free Pro licenses.

If you want to provide the product to your own clients, we also offer white-label and reseller programs.

profile_photo

Peter Larin

Updated a year ago

0

Thank you again Carrie for clarification.

profile_photo

Stefano

Updated a year ago

0

hi <@1282641039298924606> what do you mean that you "have promotional campaigns that offer free Pro licenses."?

profile_photo

Carrie

Updated a year ago

https://discord.com/channels/1243085666485534830/1304287520112119838/1347166442109407285
We have this content contributor program. Not limited to articles, but any kind of promotion is welcomed as long as there are enough followers or audience

profile_photo

Maxim

Updated 6 months ago

0

We open source the core threat detection module, semantic analysis engine called yanshi.

<@1282641039298924606> Hi Carrie. Can you please point me to "core threat detection module" source? Having hard time to find it. It doesn't look like this module is part of https://github.com/chaitin/SafeLine repository. I can see multiple references of "detector" that being communicated through t1k protocol, but can't find its source.

profile_photo

Carrie

Updated 6 months ago

0

https://github.com/chaitin/SafeLine/tree/main/yanshi

This is the core threat detection module, that is sematic anaylysis engine

profile_photo

Maxim

Updated 6 months ago

0

Thanks!