mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-26 17:31:26 +00:00
fix : Security and privacy compliance
Signed-off-by: hejiao <hejiao@huawei.com> Change-Id: If5549fda33a6c449619d563b4e739542fc29ed4b
This commit is contained in:
parent
0f872d1f39
commit
8a83203652
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("CoAuthClientFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/clients"
|
||||
fuzz_config_file = "../coauthclient_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("ExecutorCallbackStubFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/clients"
|
||||
fuzz_config_file = "../executorcallbackstub_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserAuthCallbackStubFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/clients"
|
||||
fuzz_config_file = "../userauthcallbackstub_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserIdmClientFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/clients"
|
||||
fuzz_config_file = "../useridmclient_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserIdmClientStubFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/clients"
|
||||
fuzz_config_file = "../useridmclientstub_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/config/features.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserAuthDriverManagerFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/executors"
|
||||
fuzz_config_file = "../userauthdrivermanager_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/config/features.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserAuthExecutorFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/executors"
|
||||
fuzz_config_file = "../userauthexecutor_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("CoAuthServiceFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../coauthservice_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/config/features.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("CoAuthStubFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../coauthstub_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("ServiceCoreFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../servicecore_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/config/features.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserAuthServiceFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../userauthservice_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/config/features.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserAuthStubFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../userauthstub_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserIdmServiceFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../useridmservice_fuzzer"
|
||||
|
@ -15,14 +15,6 @@ import("//build/config/features.gni")
|
||||
import("//build/test.gni")
|
||||
|
||||
ohos_fuzztest("UserIdmStubFuzzTest") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
boundary_sanitize = true
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
stack_protector_ret = true
|
||||
module_out_path = "useriam/user_auth_framework/services"
|
||||
fuzz_config_file = "../useridmstub_fuzzer"
|
||||
|
Loading…
Reference in New Issue
Block a user