Commit c91d7f78 authored by Mark Chao's avatar Mark Chao

Merge branch '212322-additional-logging-for-uuid-generation' into 'master'

Log name components for UUIDv5 generation

See merge request gitlab-org/gitlab!45899
parents f27f8d47 ad10f0ff
......@@ -104,6 +104,8 @@ module Security
name = uuid_v5_name_components.values.join('-')
Gitlab::AppLogger.debug(message: "Generating UUIDv5 with name: #{name}") if Gitlab.dev_env_or_com?
Gitlab::Vulnerabilities::CalculateFindingUUID.call(name)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment