Skip to content

Commit

Permalink
2.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <[email protected]>
  • Loading branch information
wdower committed Oct 3, 2023
1 parent 1d2edaa commit d18400e
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 653 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
v2.8.4

- Conveyor mapper code desc fix @rbogren-brock (#5020)
- Improving handling of XCCDF fields that may contain HTML @candrews (#4971)

## Dependency Updates

- Bump chai from 4.3.9 to 4.3.10 @dependabot (#5019)
- Bump aws-sdk from 2.1466.0 to 2.1467.0 @dependabot (#5018)
- Bump @types/node from 20.7.0 to 20.7.1 @dependabot (#5012)
- Bump @aws-sdk/client-config-service from 3.418.0 to 3.421.0 @dependabot (#5015)
- Bump aws-sdk from 2.1465.0 to 2.1466.0 @dependabot (#5011)
- Bump @types/ms from 0.7.31 to 0.7.32 @dependabot (#5016)
- Bump @types/mock-fs from 4.13.1 to 4.13.2 @dependabot (#5017)
- Bump rimraf from 5.0.4 to 5.0.5 @dependabot (#5010)
- Bump @types/multer from 1.4.7 to 1.4.8 @dependabot (#5009)
- Bump chai from 4.3.8 to 4.3.9 @dependabot (#5014)
- Bump cypress from 13.2.0 to 13.3.0 @dependabot (#5013)
- Bump @types/mustache from 4.2.2 to 4.2.3 @dependabot (#5008)
- Bump get-func-name from 2.0.0 to 2.0.2 @dependabot (#5007)
- Bump axios from 1.5.0 to 1.5.1 @dependabot (#5005)
- Bump @types/vuelidate from 0.7.18 to 0.7.19 @dependabot (#5003)
- Bump express-rate-limit from 7.0.1 to 7.0.2 @dependabot (#5002)
- Bump aws-sdk from 2.1464.0 to 2.1465.0 @dependabot (#5004)
- Bump @types/validator from 13.11.1 to 13.11.2 @dependabot (#5001)
- Bump @types/sequelize from 4.28.15 to 4.28.16 @dependabot (#4995)
- Bump @types/node from 20.6.3 to 20.7.0 @dependabot (#4990)
- Bump rimraf from 5.0.1 to 5.0.4 @dependabot (#4996)
- Bump aws-sdk from 2.1463.0 to 2.1464.0 @dependabot (#4999)
- Bump @types/passport-local from 1.0.35 to 1.0.36 @dependabot (#4992)
- Bump @types/sinon from 10.0.16 to 10.0.17 @dependabot (#4987)
- Bump @types/passport-github from 1.1.9 to 1.1.10 @dependabot (#4988)
- Bump @types/passport-jwt from 3.0.9 to 3.0.10 @dependabot (#4997)
- Bump @types/supertest from 2.0.12 to 2.0.13 @dependabot (#4994)
- Bump @types/papaparse from 5.3.8 to 5.3.9 @dependabot (#4991)
- Bump fast-xml-parser from 4.3.0 to 4.3.1 @dependabot (#4993)
- Bump @types/express-session from 1.17.7 to 1.17.8 @dependabot (#5000)
- Bump @types/prismjs from 1.26.0 to 1.26.1 @dependabot (#4998)
- Bump @types/express from 4.17.17 to 4.17.18 @dependabot (#4989)
- Bump @aws-sdk/client-config-service from 3.414.0 to 3.418.0 @dependabot (#4984)
- Bump @nestjs/common from 10.2.5 to 10.2.6 @dependabot (#4980)
- Bump @types/diff from 5.0.4 to 5.0.5 @dependabot (#4985)
- Bump @types/d3 from 7.4.0 to 7.4.1 @dependabot (#4982)
- Bump @types/passport-github from 1.1.8 to 1.1.9 @dependabot (#4983)
- Bump @types/adm-zip from 0.5.1 to 0.5.2 @dependabot (#4978)
- Bump @nestjs/platform-express from 10.2.5 to 10.2.6 @dependabot (#4976)
- Bump @nestjs/core from 10.2.5 to 10.2.6 @dependabot (#4979)
- Bump aws-sdk from 2.1462.0 to 2.1463.0 @dependabot (#4981)
- Bump eslint from 8.49.0 to 8.50.0 @dependabot (#4977)
- Bump @types/lodash from 4.14.198 to 4.14.199 @dependabot (#4975)
- Bump @nestjs/cli from 10.1.17 to 10.1.18 @dependabot (#4974)
- Bump aws-sdk from 2.1461.0 to 2.1462.0 @dependabot (#4972)

v2.8.3
## Dependency Updates

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.3
v2.8.4
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "heimdall-server",
"name": "heimdall-server",
"version": "2.8.3",
"description": "",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mitre/heimdall-lite",
"name": "@mitre/heimdall-lite",
"version": "2.8.3",
"description": "Heimdall-Lite 2.0 is a JavaScript based security results viewer and review tool supporting multiple security results formats, such as: InSpec, SonarQube, OWASP-Zap and Fortify which you can load locally or from S3 and other data sources.",
"repository": {
Expand Down
Loading

0 comments on commit d18400e

Please sign in to comment.