pheme 5.2.1 → 5.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/SECURITY.md +15 -0
- data/lib/pheme/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: ec9089dddd142dda957b8fb946cd87474f71b8b362f8b611d91281c3c24152bd
|
4
|
+
data.tar.gz: 1a8c7b5b02ba48c21f34cbb5777662e5ae861d5de744955493796cbd1adef68f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9cf69734e26b601dcd586c553ef6612ef29000ad0f73d5c8e47704c29b1d9ae59ea123e7448e17a9100c21054f7cd831288871264c8bdc4a3c3321fa11a9358
|
7
|
+
data.tar.gz: d6d786fbc224cabf9eb8c4069727f213f3ab4cdcd7a19e7f2605e73fc29dba589d6a6f634bbd688d7b9e8f0cd4f2a7f61c73fab4e41426a6f261c921174189ef
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## 5.2.2 - 2023-07-14
|
8
|
+
### Changed
|
9
|
+
- Added SECURITY.md file to repo
|
10
|
+
|
7
11
|
## 5.2.1 - 2023-07-05
|
8
12
|
### Changed
|
9
13
|
- Updated dependencies
|
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/pheme/issues/new/choose)
|
8
|
+
|
9
|
+
To report a vulnerability about this project please [Report a security vulnerability](https://github.com/wealthsimple/pheme/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/pheme/discussions).
|
data/lib/pheme/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pheme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
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: activesupport
|
@@ -228,6 +228,7 @@ files:
|
|
228
228
|
- LICENSE
|
229
229
|
- README.md
|
230
230
|
- Rakefile
|
231
|
+
- SECURITY.md
|
231
232
|
- catalog-info.yaml
|
232
233
|
- lib/pheme.rb
|
233
234
|
- lib/pheme/compression.rb
|