-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from ndaidong/3.1.4
v3.1.4
- Loading branch information
Showing
8 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,16 @@ | |
|
||
## Supported Versions | ||
|
||
The following versions are being supported with security updates. | ||
Due to resource limitations, only the latest stable minor release is getting bugfixes (including security ones). | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.4.x | :white_check_mark: | | ||
| 1.3.x | :white_check_mark: | | ||
| 1.2.x | :white_check_mark: | | ||
| 1.1.x | :white_check_mark: | | ||
| 1.0.x | :white_check_mark: | | ||
| 0.x.x | :x: | | ||
So e.g. if the latest stable version is 3.1.4, then 3.1.x line will still get security fixes but older versions (like 3.0.x) won't get any fixes. | ||
|
||
Description above is a general rule and may be altered on case by case basis. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a security issue, please bring it to their attention right away! | ||
You can report low severity vulnerabilities as GitHub issues. | ||
|
||
Please **DO NOT** file a public issue, instead send your report privately to `security-report@pwshub.com`. | ||
More severe vulnerabilities should be reported to the my email [email protected] or Twitter [@ndaidong](https://twitter.com/ndaidong). | ||
|
||
Security reports are greatly appreciated and we will publicly thank you for it, although we keep your name confidential if you request it. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// [email protected].3, by @ndaidong - built with esbuild at 2022-10-26T05:04:53.355Z - published under MIT license | ||
// [email protected].4, by @ndaidong - built with esbuild at 2022-11-13T05:18:59.638Z - published under MIT license | ||
var __create = Object.create; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "oembed-parser", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"main": "./oembed-parser.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// [email protected].3, by @ndaidong - built with esbuild at 2022-10-26T05:04:53.355Z - published under MIT license | ||
// [email protected].4, by @ndaidong - built with esbuild at 2022-11-13T05:18:59.638Z - published under MIT license | ||
|
||
// src/utils/linker.js | ||
var isValid = (url = "") => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters