File tree Expand file tree Collapse file tree 15 files changed +900
-0
lines changed Expand file tree Collapse file tree 15 files changed +900
-0
lines changed Original file line number Diff line number Diff line change
1
+ Please review [ EIP-1] ( https://eips.ethereum.org/EIPS/eip-1 ) for guidelines.
2
+
3
+ <!-- RATIONALE FOR THIS FILE: IT IS DISPLAYED WHEN YOU CREATE AN ISSUE OR MAKE A PR -->
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : Do you want to discuss ideas or ask questions about the process?
4
+ url : https://forum.openzeppelin.com/
5
+ about : Use the OpenZeppelin forum for related discussion!
Original file line number Diff line number Diff line change
1
+ ---
2
+ # You can see all available properties here: https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
3
+ quiet : true
4
+ skip-check :
5
+ # GHA7 errors on custom Action triggers that we have in our repo.
6
+ - CKV_GHA_7
7
+ # CKV2_GHA_1 errors on custom workflows that are not using write-all.
8
+ - CKV2_GHA_1
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2" ,
3
+ "language" : " en" ,
4
+ "ignorePaths" : [
5
+ " **/node_modules/**" ,
6
+ " **/vscode-extension/**" ,
7
+ " **/.git/**" ,
8
+ " **/.github/**" ,
9
+ " .vscode" ,
10
+ " package-lock.json" ,
11
+ " **/*.docx"
12
+ ],
13
+ "ignoreRegExpList" : [
14
+ " /[0-9a-f]{8}.js/gi" ,
15
+ " /[0-9a-f]{8}\\ _ABI.json/gi" ,
16
+ " /0x[0-9a-f]{40}/gi" ,
17
+ " /Qm[0-9a-zA-Z]{44}/g" ,
18
+ " /bafy[0-9a-zA-Z]{40}[0-9a-zA-Z]+/g"
19
+ ],
20
+ "words" : [
21
+ " arbitrum" ,
22
+ " autotask" ,
23
+ " autotasks" ,
24
+ " awilix" ,
25
+ " bignumber" ,
26
+ " bytecode" ,
27
+ " checksummed" ,
28
+ " collateralization" ,
29
+ " collateralized" ,
30
+ " creds" ,
31
+ " fauceteer" ,
32
+ " forta" ,
33
+ " hashrate" ,
34
+ " ierc" ,
35
+ " infile" ,
36
+ " ipfs" ,
37
+ " keyfile" ,
38
+ " kvstore" ,
39
+ " liquidatable" ,
40
+ " markdownlint" ,
41
+ " multicall" ,
42
+ " newstake" ,
43
+ " nodebuffer" ,
44
+ " nomicfoundation" ,
45
+ " openxml" ,
46
+ " pausable" ,
47
+ " permissionless" ,
48
+ " plusplus" ,
49
+ " polygonfork" ,
50
+ " proselint" ,
51
+ " proselintrc" ,
52
+ " reentrancy" ,
53
+ " secretlintrc" ,
54
+ " ssot" ,
55
+ " struct" ,
56
+ " timelock" ,
57
+ " undercollateralized" ,
58
+ " wmatic" ,
59
+ " zipfile" ,
60
+ " rollup" ,
61
+ " backoff" ,
62
+ " calldatas" ,
63
+ " volatilities" ,
64
+ " stablecoins" ,
65
+ " axios" ,
66
+ " TYPEHASH" ,
67
+ " predelay" ,
68
+ " Srcs" ,
69
+ " remappings" ,
70
+ " eusdc" ,
71
+ " Unitroller" ,
72
+ " AAVE" ,
73
+ " USDP" ,
74
+ " proxied" ,
75
+ " Clonable" ,
76
+ " CUSDC" ,
77
+ " Blacklister" ,
78
+ " SNOWTRACE" ,
79
+ " POLYGONSCAN" ,
80
+ " ARBISCAN" ,
81
+ " LINEASCAN" ,
82
+ " BASESCAN" ,
83
+ " peersky" ,
84
+ " configurator" ,
85
+ " bulker" ,
86
+ " CCTP" ,
87
+ " usdbc"
88
+ ],
89
+ "flagWords" : []
90
+ }
Original file line number Diff line number Diff line change
1
+
2
+ title = " gitleaks config"
3
+
4
+ [extend ]
5
+ # useDefault will extend the base configuration with the default gitleaks config:
6
+ # https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
7
+ useDefault = true
8
+
9
+ [allowlist ]
10
+ description = " Allowlisted files"
11
+ paths = [
12
+ ''' .automation/test''' ,
13
+ ''' megalinter-reports''' ,
14
+ ''' .github/linters''' ,
15
+ ''' node_modules''' ,
16
+ ''' .mypy_cache''' ,
17
+ ''' (.*?)gitleaks\.toml$''' ,
18
+ ''' (.*?)\.(png|jpg|gif|doc|docx|pdf|bin|xls|pyc|zip)$''' ,
19
+ ''' (go.mod|go.sum)$''' ,
20
+ ''' (.*?)\.spec\.js$''' ,
21
+ ''' defender-components/tests/utils'''
22
+ ]
23
+ regexes = [
24
+ ''' 0x[0-9a-fA-F]{40}''' ,
25
+ ]
Original file line number Diff line number Diff line change
1
+ release :
2
+ - head-branch : ["changeset-release/main"]
3
+ staging :
4
+ - base-branch : " staging"
5
+ prod :
6
+ - base-branch : " main"
Original file line number Diff line number Diff line change
1
+ {
2
+ "ignorePatterns" : [
3
+ {
4
+ "pattern" : " ^https://reqbin.com/req/"
5
+ },
6
+ {
7
+ "pattern" : " ^https://github.com/openzeppelin/compound-monitoring-v3/actions"
8
+ },
9
+ {
10
+ "pattern" : " ^https://github.com/openzeppelin/compound-monitoring-v3/workflows"
11
+ },
12
+ {
13
+ "pattern" : " ^https://faucet.polygon.technology/"
14
+ }
15
+ ],
16
+ "retryOn429" : true ,
17
+ "retryCount" : 5 ,
18
+ "aliveStatusCodes" : [200 , 203 ]
19
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "MD004" : false ,
3
+ "MD007" : {
4
+ "indent" : 2
5
+ },
6
+ "MD013" : {
7
+ "line_length" : 400
8
+ },
9
+ "MD026" : {
10
+ "punctuation" : " .,;:!。,;:"
11
+ },
12
+ "MD029" : false ,
13
+ "MD033" : false ,
14
+ "MD036" : false ,
15
+ "MD041" : false ,
16
+ "blank_lines" : false
17
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "checks" : {
3
+ "typography.symbols" : false
4
+ }
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "rules" : [
3
+ {
4
+ "id" : " @secretlint/secretlint-rule-preset-recommend"
5
+ }
6
+ ]
7
+ }
You can’t perform that action at this time.
0 commit comments