dependabot-common 0.95.14 → 0.95.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f260e3b76766baee9da9fa7972223b6f76acb195694963c30d3aec68364bb8bc
|
|
4
|
+
data.tar.gz: 44fe0540bb6502951b659a6c6179a008c148171ff2517c99a3a92cdbe5656e43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a12978456fac8d27d68e79e23bd459b27bf35b7b4617740018e7af8dfe4d32ace2e98466a9c6456aaa71ec1e5f704258c27988b68b1979ec5ead17c8d5baf88
|
|
7
|
+
data.tar.gz: 2197585794309ca32fa6351291ce207c9015361485e78e6261a656cef3a817929dc110a32d2d09bbcdec2b50a8e7cf78f60c8dafdce02bd52c10ddfd1fa96ea4
|
|
@@ -684,7 +684,7 @@ module Dependabot
|
|
|
684
684
|
end
|
|
685
685
|
|
|
686
686
|
def sanitize_links_and_mentions(text)
|
|
687
|
-
text = text.gsub(%r{(?<![A-Za-z0-9
|
|
687
|
+
text = text.gsub(%r{(?<![A-Za-z0-9])@[A-Za-z0-9\-/]+}) do |mention|
|
|
688
688
|
next mention if mention.include?("/")
|
|
689
689
|
|
|
690
690
|
"[**#{mention.tr('@', '')}**]"\
|
data/lib/dependabot/version.rb
CHANGED