-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve README.md with latest changes #534
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
@@ -129,13 +132,16 @@ For framework- and provider- specific instructions, check out our docs: | |||
|
|||
> Aikido is your no nonsense application security platform. One central system that scans your source code & cloud, shows you what vulnerabilities matter, and how to fix them - fast. So you can get back to building. | |||
|
|||
Zen is a new product by Aikido. Built for developers to level up their security. While Aikido scans, get Zen for always-on protection. | |||
Zen improves Aikido's offering by providing you with security in production. Use the automatic generation of API specifications together with our DAST offering for even better API Security. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace DAST with API scanning or something similar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had no idea what DAST was and we want to bring these features to more engineers, so using industry terms will just confuse.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zen improves Aikido's offering by providing you with security in production. Use the automatic generation of API specifications together with our DAST offering for even better API Security. | |
Zen improves Aikido's offering by providing you with security in production. Use the automatic generation of API specifications together with our API scanning offering for even better API Security. |
@@ -30,6 +30,9 @@ Zen will autonomously protect your Node.js applications against: | |||
Zen operates autonomously on the same server as your Node.js app to: | |||
|
|||
* ✅ Secure your app like a classic web application firewall (WAF), but with none of the infrastructure or cost. | |||
* ✅ Auto-generate API specifications | |||
* ✅ Block known threat actors and bots. | |||
* ✅ Geo-fencing to block or allow a selection of countries | |||
* ✅ Rate limit specific API endpoints by IP or by user | |||
* ✅ Allow you to block specific users manually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* ✅ Allow you to block specific users manually | |
* ✅ Allows you to block specific users manually |
No description provided.