dependabot-common 0.95.22 → 0.95.23

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: d45837fc7826e4f30d508ad046357473019881f0dbd83b78e73a2e356a9d37d4
4
- data.tar.gz: 658557bae289f11c5b6a6dd54148b23f0f16e216ac025d8851853bf55edc3b95
3
+ metadata.gz: a03d8d9ecfbec3e78a7a1b01035b969cdeff9d5996e8e7f3edb16e0b1aed5691
4
+ data.tar.gz: 884a3fe6b71759e382eacdc5bca0911e4a48932c1b17e798fec30fb938d56ac2
5
5
  SHA512:
6
- metadata.gz: 6cdb1ad1f341d7d30e99af8426f1cdc87cb2d13ab509b336a981cad26263740c5b4684d2aefc5ac9b7992ceaf194c9f3c7aef003ff830c34e4064af21b20b2c4
7
- data.tar.gz: f394bb00e1c3cda54744298af257a1b78e99782cd5f04ccccfb1b896f4e8533ef59d83adfe457349fade47e4a3b349382203c32e2ee138c23b33bc56c197a721
6
+ metadata.gz: da6274f58ce093bc22002ac779e3e018f56e2e1f5eff6d2e0fea11cc7da67c3f469a23074b205ebd4bcbe005e876ca7395ac249a930a7ac9d6f897f6c1e0c59b
7
+ data.tar.gz: 20a50eeba845d16cf560bbe920352be617f98c632cd774d044ddbbf8486a3c388a213fb91bbbed2b68a75b2fa5409a33f3754cc1c9b99319e2fd45df840b25d6
@@ -685,7 +685,7 @@ module Dependabot
685
685
  end
686
686
 
687
687
  def sanitize_links_and_mentions(text)
688
- text = text.gsub(%r{(?<![A-Za-z0-9])@[\w.-/]+}) do |mention|
688
+ text = text.gsub(%r{(?<![A-Za-z0-9])@[\w][\w.-/]*}) do |mention|
689
689
  next mention if mention.include?("/")
690
690
 
691
691
  last_match = Regexp.last_match
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.95.22"
4
+ VERSION = "0.95.23"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.22
4
+ version: 0.95.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot