Update: read messages from rules/**.toml
This commit is contained in:
6
rules/deep_blue_cli/powershell/powershell4103.toml
Normal file
6
rules/deep_blue_cli/powershell/powershell4103.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[rule]
|
||||
severity = "high"
|
||||
name = "4103"
|
||||
messages = [
|
||||
["4103", { ja = "パイプライン実行をしています", en = "Execute Pipeline" }]
|
||||
]
|
||||
6
rules/deep_blue_cli/powershell/powershell4104.toml
Normal file
6
rules/deep_blue_cli/powershell/powershell4104.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[rule]
|
||||
severity = "high"
|
||||
name = "4104"
|
||||
messages = [
|
||||
["4104", { ja = "リモートコマンドを実行します", en = "Excute Remote Command" }]
|
||||
]
|
||||
Reference in New Issue
Block a user