## Description

- Add a builtin function called `builtin-password-check`.
- A corresponding example is also added.

The purpose of this function is to demonstrate a usage scenario of Teaclave on 
threat intelligence. 
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/447

-- Commit Summary --

  * Add the exposed password checking function

-- File Changes --

    M cmake/scripts/test.sh (1)
    A examples/python/builtin_password_check.py (194)
    M executor/Cargo.toml (14)
    M executor/src/builtin.rs (6)
    M function/README.md (2)
    M function/src/lib.rs (13)
    A function/src/password_check.rs (103)
    A tests/fixtures/functions/password_check/exposed_passwords.txt (20)
    A tests/fixtures/functions/password_check/exposed_passwords.txt.enc (0)
    A tests/fixtures/functions/password_check/password.txt (1)
    M tests/scripts/simple_http_server.py (2)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/447.patch
https://github.com/apache/incubator-teaclave/pull/447.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/447

Reply via email to