Skip to content
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

docs: add scan video to readme #299

Merged
merged 1 commit into from
Dec 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,8 @@
## The data-first security scanner to protect sensitive data from leaks and breaches
<hr/>

```
Scanning target ./example-project
└ 100% [===============] (3305/3305, 115 files/s) [28s]

Policy Report
https://user-images.githubusercontent.com/1649672/208479520-3476f4d2-2fa2-4f05-abad-5ce4d3f5d3ba.mov

=====================================
Policy list:

- JWT leaking
- Insecure communication
- Insecure HTTP with Data Category
- Logger leaking
- Cookie leaking
- Insecure SMTP
- HTTP GET parameters
- Insecure FTP with Data Category
- Session leaking
- Insecure FTP
- Third-party data category exposure
- SSL certificate verification disabled
- Application level encryption missing
- Insecure HTTP GET

=====================================

SUCCESS

14 policies were run and no failures were detected.

```

Curio helps developers and security teams to:

Expand Down