ws-style 7.1.2 → 7.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2022382601442a4c50ff36045b514b5198d4b2e2e8175d0ba60db03f88e47c5c
4
- data.tar.gz: '02601951bfecb6eef5862dd9a88a12be02601f398bae505489a360d656c73407'
3
+ metadata.gz: 5fe3269a1694f7819531c7c780b3ccbfc78ae27bdb77fdb8fa82997145a50212
4
+ data.tar.gz: 0dfde80831fef18d0a234faef188a80a2f8b64f28067db6a9a5ce01681b06b69
5
5
  SHA512:
6
- metadata.gz: 112d465e7c745ec2d44526140d86e6666731d853c086e6b0a724482e28ae105a9731e45a8a6ee3b74eb81dd20f737c88ca868d86076c6f4d417a0e1678cc712b
7
- data.tar.gz: 9587fb66569c5960a5c57548c0b2853a29418edc19519f0ea3faecfb3f3723ad4bc44cc9c38b4fc4af6c814910251aa00104a28da693cdcc47c50d51f4793919
6
+ metadata.gz: 3dfc5d658bb39169c72b04c0f40361288497d4591c08880b69cb3b39542140d5f3cd100d4b7bdd450be83208a8d9d0eb8d85c769b66cac7193643e29eb9fffb3
7
+ data.tar.gz: fe72dfb39543ef44ccfeb0d8b2b976ad9d0cfe2b33d709554c905bf7f5ab5deeb7d8186c9b090c052ffa2f8777203d2883a58132d615d86c5d5d0d4feaf0b268
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 7.1.3 - 2023-07-14
10
+ ### Changed
11
+ - Added SECURITY.md file
12
+
9
13
  ## 7.1.2 - 2023-07-13
10
14
  ### Changed
11
15
  - Fix missing cop error with standard 1.3.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.1.2)
4
+ ws-style (7.1.3)
5
5
  rubocop-rspec (>= 2.2.0)
6
6
  rubocop-vendor (>= 0.11)
7
7
  standard (>= 1.30.1)
data/SECURITY.md ADDED
@@ -0,0 +1,15 @@
1
+ # Security Policy
2
+
3
+ Wealthsimple secures our code base using a combination of code review, dependency review, and periodic security reviews. Static analysis is performed during automated verification additionally safeguards against common coding errors which may result in vulnerabilities.
4
+
5
+ ### Reporting a Vulnerability
6
+
7
+ For general defects about this project, please file a [Bug Report](https://github.com/wealthsimple/ws-style/issues/new/choose)
8
+
9
+ To report a vulnerability about this project please [Report a security vulnerability](https://github.com/wealthsimple/ws-style/security/advisories/new)
10
+
11
+ If you have a vulnerability to report about the Wealthsimple platform, please use our white hat bug bounty program at [Hackerone](https://hackerone.com/wealthsimple)
12
+
13
+ ### General Support
14
+
15
+ For additional support, please open a [Github Discussion](https://github.com/wealthsimple/ws-style/discussions).
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '7.1.2'.freeze
3
+ VERSION = '7.1.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.2
4
+ version: 7.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -185,6 +185,7 @@ files:
185
185
  - Gemfile.lock
186
186
  - README.md
187
187
  - Rakefile
188
+ - SECURITY.md
188
189
  - bin/console
189
190
  - bin/rake
190
191
  - bin/rspec