Skip to content

Commit 2722a2b

Browse files
author
Abhinav Minhas
committed
Github release creation - v.1.0.5
1 parent f52597e commit 2722a2b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Release
22

33
env:
4-
RELEASE_NAME: "v.1.0.4"
4+
RELEASE_NAME: "v.1.0.5"
55
RELEASE_NOTES: |
6-
- Security Update - 'decode-uri-component' vulnerable to Denial of Service (DoS) [CVE-2022-38900](https://github.com/advisories/GHSA-w573-4hg7-7wgq)
7-
- Security Update - 'minimatch' ReDoS vulnerability [CVE-2022-3517](https://github.com/advisories/GHSA-f8q6-p94x-37v3)
8-
- Security Update - 'xml2js' is vulnerable to prototype pollution [CVE-2023-0842](https://github.com/advisories/GHSA-776f-qx25-q3cc)
6+
- Security Update - Uncontrolled resource consumption in braces [CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg)
7+
- Security Update - Regular Expression Denial of Service (ReDoS) in micromatch [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
98
109
on:
1110
workflow_dispatch:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qtest-mstest-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.5",
44
"description": "qTest parser for MSTest (.trx) test results file",
55
"main": "parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)