Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 06:10:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 06:10:54 +0300
commit5c599896773669c8671fd14f79b96d9cd50ccab8 (patch)
tree068ea44f71a34d897e47a0c834236d58ab028a67 /.rubocop_todo/security
parent03bea06527fd8cc8eb65af0b20b6019fc74721d9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/security')
-rw-r--r--.rubocop_todo/security/compound_hash.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop_todo/security/compound_hash.yml b/.rubocop_todo/security/compound_hash.yml
new file mode 100644
index 00000000000..92f6fbb7b26
--- /dev/null
+++ b/.rubocop_todo/security/compound_hash.yml
@@ -0,0 +1,8 @@
+---
+Security/CompoundHash:
+ Details: grace period
+ Exclude:
+ - 'ee/app/models/vulnerabilities/finding.rb'
+ - 'ee/lib/gitlab/ci/reports/dependency_list/vulnerability.rb'
+ - 'lib/gitlab/ci/reports/security/finding.rb'
+ - 'lib/gitlab/ci/reports/security/finding_key.rb'