You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <no...@github.com.INVALID> on 2020/12/17 02:03:23 UTC

[apache/incubator-teaclave] Add the exposed password checking function (#447)

## 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

Re: [apache/incubator-teaclave] Add the exposed password checking function (#447)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Merged #447 into master.

-- 
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#event-4131080717

Re: [apache/incubator-teaclave] Add the exposed password checking function (#447)

Posted by Mingshen Sun <no...@github.com.INVALID>.
CI passed: http://ci.mesalock-linux.org/mssun/incubator-mesatee/1103

-- 
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#issuecomment-747187329