ws-style 7.1.2 → 7.1.3
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/SECURITY.md +15 -0
- data/lib/ws/style/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fe3269a1694f7819531c7c780b3ccbfc78ae27bdb77fdb8fa82997145a50212
|
|
4
|
+
data.tar.gz: 0dfde80831fef18d0a234faef188a80a2f8b64f28067db6a9a5ce01681b06b69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dfc5d658bb39169c72b04c0f40361288497d4591c08880b69cb3b39542140d5f3cd100d4b7bdd450be83208a8d9d0eb8d85c769b66cac7193643e29eb9fffb3
|
|
7
|
+
data.tar.gz: fe72dfb39543ef44ccfeb0d8b2b976ad9d0cfe2b33d709554c905bf7f5ab5deeb7d8186c9b090c052ffa2f8777203d2883a58132d615d86c5d5d0d4feaf0b268
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
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).
|
data/lib/ws/style/version.rb
CHANGED
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.
|
|
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-
|
|
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
|