Update introduction section
authorSangwan Kwon <sangwan.kwon@samsung.com>
Fri, 6 Mar 2020 06:03:29 +0000 (15:03 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Fri, 6 Mar 2020 06:05:47 +0000 (15:05 +0900)
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
README.md

index 3cb5c4ed7a816149a06fcf01ea3c8bae525d780b..a5e6cf7b3e0edfe3f1ef0781ae8aadb4f00ec1ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,18 +6,21 @@ of the developer, by the developer, for the developer &#128187
 
 ---
 
-> Project ViST is forked from [osquery](https://osquery.io/).   
+> Project ViST is inspired by [osquery](https://osquery.io/) and
+> [sqlite_orm](https://github.com/fnc12/sqlite_orm) and forked from them.
 
 The purpose of ViST project is
 **"Provide unified interface
+of security functions
 to security software designer
-and developer
-via type-safe query".**
-For this we must achieve two things:
-1. Provide **unified interface via query**
-2. Generate **type-safe query via query-builder**
-
-We make type-safe query-builder more intuitively than other opensource projects.
+and developer."**.
+Technically, two main components are
+virtual table and 
+type-safe query. (refer [terminology](https://github.sec.samsung.net/RS7-SECIOTSW/tizen-osquery/blob/master/doc/terminology.md))
+
+To support type-safe query,
+we make type-safe query-builder
+more intuitively than other opensource projects.
 Refer [this](https://github.sec.samsung.net/RS7-SECIOTSW/tizen-osquery/tree/master/src/vist/query-builder)
 to compare ours and other opensources.
 
@@ -27,7 +30,6 @@ We believe that ViST makes security software usable and universial.
 Our design philoshophy is "Make usable and robust security framework.".
 
 ## Programming Abstractions
-// TODO: Use SF keyword to overall  
 Security functions in ViST
 are built around
 two abstractions.