Skip to content

Commit

Permalink
Create SECURITY.md for Security Reporting (#186)
Browse files Browse the repository at this point in the history
* Create SECURITY.md

* bump version
  • Loading branch information
TrevorKinsie authored Jul 17, 2023
1 parent 5d3b305 commit c1c30c5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.1.3 - 2023-07-14
### Changed
- Added SECURITY.md file

## 7.1.2 - 2023-07-13
### Changed
- Fix missing cop error with standard 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ws-style (7.1.2)
ws-style (7.1.3)
rubocop-rspec (>= 2.2.0)
rubocop-vendor (>= 0.11)
standard (>= 1.30.1)
Expand Down
15 changes: 15 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

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.

### Reporting a Vulnerability

For general defects about this project, please file a [Bug Report](https://github.com/wealthsimple/ws-style/issues/new/choose)

To report a vulnerability about this project please [Report a security vulnerability](https://github.com/wealthsimple/ws-style/security/advisories/new)

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)

### General Support

For additional support, please open a [Github Discussion](https://github.com/wealthsimple/ws-style/discussions).
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.1.2'.freeze
VERSION = '7.1.3'.freeze
end
end

0 comments on commit c1c30c5

Please sign in to comment.