-
Notifications
You must be signed in to change notification settings - Fork 55
/
.secignore
132 lines (130 loc) · 4 KB
/
.secignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
##########################################################
# 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 space or tab #
# Under the segmentation lines there are the folders which you need to ignore #
##########################################################
**
http://license.coscl.org.cn/MulanPubL-2.0
http://license.coscl.org.cn/MulanPSL2
https://open.oceanbase.com/
https://open.oceanbase.com
https://play.oceanbase.com*
https://www.oceanbase.com*
https://github.com/oceanbase/oceanbase
https://github.com/oceanbase/oceanbase/issues
http://msdn.microsoft.com*
http://stackoverflow.com*
https://github.com*
https://docs.oracle.com*
http://docs.oracle.com*
https://www.apache.org*
https://developer.apple.com*
https://dev.mysql.com*
http://maven.apache.org*
https://maven.apache.org*
https://code.revelc.net*
http://www.apache.org*
https://repo.maven.apache.org*
https://mvnrepository.com*
https://developer.apple.com*
https://docs.aws.amazon.com*
https://help.aliyun.com*
https://www.alibabacloud.com*
https://gosspublic.alicdn.com*
https://mirrors.ustc.edu.cn*
https://kb.iu.edu*
http://www.w3.org*
http://mybatis.org*
http://nginx.org*
https://www.springframework.org*
https://stackoverflow.com*
https://mozilla.github.io*
https://nodejs.org*
https://www.electronjs.org*
https://en.wikipedia.org*
http://java.oracle.com*
http://bugreport.sun.com*
https://adoptopenjdk.net*
https://opendocs.alipay.com*
https://www.baeldung.com*
https://owasp.org*
http://en.qubitsec.com*
http://mirrors.aliyun.com/*
https://mirrors.aliyun.com/*
http://yum.tbsite.net*
http://rpm.corp.taobao.com*
http://supervisord.org*
http://registry.npm.alibaba-inc.com*
https://www.fileformat.info*
https://openid.net*
http://example.org*
http://127.1*
http://127.0.0.1*
https://127.0.0.1*
http://localhost*
odc_desktop_user@oceanbase.com
odc@oceanbase.com
ex@email.com
example@email.com
exa@email.com
ex@email.com
ab@email.com
default@alibaba-inc.com
admin@alibaba-inc.com
odc@oceanbase.com
www.oceanbase.com
www.domain.com
www.example.com
http://odc.example.com
http://test.sql
www.protocol.jar.*
http://xxx.xxx.xxx.xxx:xxxx*
test@email.com
https://tools.ietf.org*
https://obodc-front.oss-cn-beijing.aliyuncs.com/ODC*
https://discord.gg*
https://qr.dingtalk.com/action/joingroup*
https://help.github.com*
https://npmmirror.com*
https://www.contributor-covenant.org*
https://www.conventionalcommits*
https://plugins.jetbrains.com
*@oceanbase.com
https://www.jetbrains.com*
https://plugins.jetbrains.com*
http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/oceanbase/odc*
http://pmd.sourceforge.net*
https://pmd.github.io*
http://ns.adobe.com*
https://farm-ce.oss-cn-heyuan.aliyuncs.com
https://oapi.dingtalk.com*
https://open.feishu.cn*
https://qyapi.weixin.qq.com*
--------------------------------------------------------
# Should use GLOB wildcard to configure and analysis the ignored folder
# The root patch should start with '/'
/client/**
/log/**
/log/async/**
/log/data-mocker/**
/logs/**
/data/**
/maven/**
/.idea/**
/.git/**
/.gitmodules
/.gitemplate
/.secignore
/secretScanResult
/server/integration-test/src/test/resources/ssl/ca.pem
/libs/ob-sql-parser/src/main/resources/**
/server/integration-test/src/test/java/com/oceanbase/odc/service/connection/DefaultCertificateStorageTest.java
--------------------------------------------------------
# Set the ignored fold to escape the Chinese scan by GLOB wildcard
--------------------------------------------------------
# Set md5 of pemFile string to filter
# This section must be end up with '--------------------------------------------------------'!!!
--------------------------------------------------------