Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
oceanbase
obagent
提交
c720eea9
O
obagent
项目概览
oceanbase
/
obagent
1 年多 前同步成功
通知
3
Star
15
Fork
4
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
O
obagent
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c720eea9
编写于
9月 07, 2022
作者:
A
alv00
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
根据第一次全量隐私扫描结果修改2个文件中的中文->英文,新增 /.secignore 文件用来配置隐私扫描的白名单
上级
7d64738a
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
32 addition
and
2 deletion
+32
-2
.secignore
.secignore
+30
-0
config/config_property_meta.go
config/config_property_meta.go
+1
-1
log/logger.go
log/logger.go
+1
-1
未找到文件。
.secignore
0 → 100644
浏览文件 @
c720eea9
##########################################################
# OBFlow Secret Scan Ignore List #
##########################################################
# Above the segmentation lines there are suspected privacy information #
# Please use the file name as the first line and the igored information #
# should be started with tab. #
# Under the segmentation lines there are the folders which you need to ignore #
##########################################################
**
http://license.coscl.org.cn/MulanPSL2
http://1.1.1.1:9093
http://127.0.0.1:9100/metrics
http://127.0.0.1:9091/metrics/node
https://mirrors.aliyun.com/goproxy/
https://facebook.github.io/watchman/
--------------------------------------------------------
# Should use GLOB wildcard to config and analysis the ignored folder
# The root patch shold start with '/'
/README.md
/README-CN.md
/LICENCE
/plugins/inputs/oceanbase/log/log_utils.go
/plugins/inputs/prometheus/prometheus_test.go
/docs/develop-guide.md
/docs/install-and-deploy/install-obagent.md
/docs/install-and-deploy/deploy-obagent-with-obd.md
/docs/install-and-deploy/deploy-obagent-manually.md
/.git/**
--------------------------------------------------------
# Config the ignored fold to escape the Chinese scan by GLOB wildcard
\ No newline at end of file
config/config_property_meta.go
浏览文件 @
c720eea9
...
...
@@ -39,7 +39,7 @@ func mergeConfigProperties() {
}
if
property
.
Value
==
meta
.
DefaultValue
{
if
meta
.
Masked
{
//
数据需要脱敏,不打印内容
//
The data needs to be desensitized, and the content will not be printed
log
.
Warnf
(
"config key %s is still set as default value"
,
key
)
}
else
{
log
.
Warnf
(
"config key %s is still set as default value:%+v"
,
key
,
property
.
DefaultValue
)
...
...
log/logger.go
浏览文件 @
c720eea9
...
...
@@ -35,7 +35,7 @@ var textFormatter = &TextFormatter{
CallerPrettyfier
:
func
(
frame
*
runtime
.
Frame
)
(
string
,
string
)
{
n
:=
0
filename
:=
frame
.
File
//
获取包名
//
get package name
for
i
:=
len
(
filename
)
-
1
;
i
>
0
;
i
--
{
if
filename
[
i
]
==
'/'
{
n
++
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录