Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: express, helmet, mongo-sanitize, mongoose, snyk #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slawomirtoporek
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on

express
from 4.17.1 to 4.19.2 | 9 versions ahead of your current version | 5 months ago
on 2024-03-25
helmet
from 3.21.1 to 3.23.3 | 8 versions ahead of your current version | 4 years ago
on 2020-06-26
mongo-sanitize
from 1.0.1 to 1.1.0 | 1 version ahead of your current version | 5 years ago
on 2020-03-02
mongoose
from 7.4.3 to 7.8.0 | 23 versions ahead of your current version | a month ago
on 2024-07-23
snyk
from 1.235.0 to 1.1292.4 | 1247 versions ahead of your current version | a month ago
on 2024-08-12

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Poisoning
SNYK-JS-QS-3153490
519 Proof of Concept
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
519 No Known Exploit
medium severity Command Injection
SNYK-JS-SNYK-3037342
519 Proof of Concept
medium severity Command Injection
SNYK-JS-SNYK-3038622
519 Proof of Concept
medium severity Code Injection
SNYK-JS-SNYK-3111871
519 No Known Exploit
Release notes
Package name: express
  • 4.19.2 - 2024-03-25
  • 4.19.1 - 2024-03-20

    What's Changed

    Full Changelog: 4.19.0...4.19.1

  • 4.19.0 - 2024-03-20

    What's Changed

    New Contributors

    Full Changelog: 4.18.3...4.19.0

  • 4.18.3 - 2024-02-29

    Main Changes

    • Fix routing requests without method
    • deps: body-parser@1.20.2
      • Fix strict json error message on Node.js 19+
      • deps: content-type@~1.0.5
      • deps: raw-body@2.5.2

    Other Changes

    New Contributors

    Full Changelog: 4.18.2...4.18.3

  • 4.18.2 - 2022-10-08
    • Fix regression routing a large stack in a single route
    • deps: body-parser@1.20.1
      • deps: qs@6.11.0
      • perf: remove unnecessary object clone
    • deps: qs@6.11.0
  • 4.18.1 - 2022-04-29
    • Fix hanging on large stack of sync routes
  • 4.18.0 - 2022-04-25
    • Add "root" option to res.download
    • Allow options without filename in res.download
    • Deprecate string and non-integer arguments to res.status
    • Fix behavior of null/undefined as maxAge in res.cookie
    • Fix handling very large stacks of sync middleware
    • Ignore Object.prototype values in settings through app.set/app.get
    • Invoke default with same arguments as types in res.format
    • Support proper 205 responses using res.send
    • Use http-errors for res.format error
    • deps: body-parser@1.20.0
      • Fix error message for json parse whitespace in strict
      • Fix internal error when inflated body exceeds limit
      • Prevent loss of async hooks context
      • Prevent hanging when request already read
      • deps: depd@2.0.0
      • deps: http-errors@2.0.0
      • deps: on-finished@2.4.1
      • deps: qs@6.10.3
      • deps: raw-body@2.5.1
    • deps: cookie@0.5.0
      • Add priority option
      • Fix expires option to reject invalid dates
    • deps: depd@2.0.0
      • Replace internal eval usage with Function constructor
      • Use instance methods on process to check for listeners
    • deps: finalhandler@1.2.0
      • Remove set content headers that break response
      • deps: on-finished@2.4.1
      • deps: statuses@2.0.1
    • deps: on-finished@2.4.1
      • Prevent loss of async hooks context
    • deps: qs@6.10.3
    • deps: send@0.18.0
      • Fix emitted 416 error missing headers property
      • Limit the headers removed for 304 response
      • deps: depd@2.0.0
      • deps: destroy@1.2.0
      • deps: http-errors@2.0.0
      • deps: on-finished@2.4.1
      • deps: statuses@2.0.1
    • deps: serve-static@1.15.0
      • deps: send@0.18.0
    • deps: statuses@2.0.1
      • Remove code 306
      • Rename 425 Unordered Collection to standard 425 Too Early
  • 4.17.3 - 2022-02-17
    • deps: accepts@~1.3.8
      • deps: mime-types@~2.1.34
      • deps: negotiator@0.6.3
    • deps: body-parser@1.19.2
      • deps: bytes@3.1.2
      • deps: qs@6.9.7
      • deps: raw-body@2.4.3
    • deps: cookie@0.4.2
    • deps: qs@6.9.7
      • Fix handling of __proto__ keys
    • pref: remove unnecessary regexp for trust proxy
  • 4.17.2 - 2021-12-17
    • Fix handling of undefined in res.jsonp
    • Fix handling of undefined when "json escape" is enabled
    • Fix incorrect middleware execution with unanchored RegExps
    • Fix res.jsonp(obj, status) deprecation message
    • Fix typo in res.is JSDoc
    • deps: body-parser@1.19.1
      • deps: bytes@3.1.1
      • deps: http-errors@1.8.1
      • deps: qs@6.9.6
      • deps: raw-body@2.4.2
      • deps: safe-buffer@5.2.1
      • deps: type-is@~1.6.18
    • deps: content-disposition@0.5.4
      • deps: safe-buffer@5.2.1
    • deps: cookie@0.4.1
      • Fix maxAge option to reject invalid values
    • deps: proxy-addr@~2.0.7
      • Use req.socket over deprecated req.connection
      • deps: forwarded@0.2.0
      • deps: ipaddr.js@1.9.1
    • deps: qs@6.9.6
    • deps: safe-buffer@5.2.1
    • deps: send@0.17.2
      • deps: http-errors@1.8.1
      • deps: ms@2.1.3
      • pref: ignore empty http tokens
    • deps: serve-static@1.14.2
      • deps: send@0.17.2
    • deps: setprototypeof@1.2.0
  • 4.17.1 - 2019-05-26
from express GitHub release notes
Package name: helmet from helmet GitHub release notes
Package name: mongo-sanitize from mongo-sanitize GitHub release notes
Package name: mongoose
  • 7.8.0 - 2024-07-23

    chore: release 7.8.0

  • 7.7.0 - 2024-06-18
  • 7.6.13 - 2024-06-05
  • 7.6.12 - 2024-05-21
  • 7.6.11 - 2024-04-11
  • 7.6.10 - 2024-03-13
  • 7.6.9 - 2024-02-26
  • 7.6.8 - 2024-01-08
  • 7.6.7 - 2023-12-06
  • 7.6.6 - 2023-11-27
  • 7.6.5 - 2023-11-14
  • 7.6.4 - 2023-10-30
  • 7.6.3 - 2023-10-17
  • 7.6.2 - 2023-10-13
  • 7.6.1 - 2023-10-09
  • 7.6.0 - 2023-10-06
  • 7.5.4 - 2023-10-04
  • 7.5.3 - 2023-09-25
  • 7.5.2 - 2023-09-15
  • 7.5.1 - 2023-09-11
  • 7.5.0 - 2023-08-29
  • 7.4.5 - 2023-08-25
  • 7.4.4 - 2023-08-22
  • 7.4.3 - 2023-08-11
from mongoose GitHub release notes
Package name: snyk
  • 1.1292.4 - 2024-08-12

    1.1292.4 (2024-08-12)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    Complete changelog

    Bug Fixes

    • deployment: Rollback of digital signature for the bundled macOS binary (#5416)
  • 1.1292.3 - 2024-08-12

    1.1292.3 (2024-08-12)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    Complete changelog

    Bug Fixes

    • deployment: Add digital signature for the bundled macOS binary
      (#5404)
  • 1.1292.2 - 2024-08-01

    1.1292.2 (2024-08-01)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    Complete changelog

    Bug Fixes

    • container test: Improve the accuracy of identifying npm projects within docker images by removing the explicit folder ignore rules
      (#5384)
    • container test: Pass platform parameter when pulling an image from a container registry (#5360)
  • 1.1292.1 - 2024-06-27

    1.1292.1 (2024-06-27)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    Complete changelog

    Bug Fixes

    • test,monitor: fix improper permission error handling when accessing 'enablePnpmCli' feature flag
  • 1.1292.0 - 2024-06-26

    1.1292.0 (2024-06-26)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    News

    This Snyk CLI release delivers an assortment of bug fixes and improvements.

    • We've added support for pnpm, giving you more flexibility in your project setup.
    • You can now scan npm/yarn projects even without lockfiles, ensuring comprehensive vulnerability detection regardless of your dependency management approach.
    • We're committed to strengthening security. This release includes redaction of additional sensitive data in debug logs, minimizing potential risks.

    Complete changelog

    Features

    • test: Added pnpm support under 'enablePnpmCli' feature flag (#5181) (46769cc)
    • test: Support scan of npm/yarn projects without lockfiles (e2d77a9)
    • monitor: Set target-reference in the monitor request (51ed8f5)
    • code: Centrally check if code test is enabled (#5239) (e5a00e2)
    • sbom: Improve depgraph for Maven projects (fbb33d7)
    • sbom: Use RFC 3339 for all timestamps in sbom test result (#5204) (91bf191)
    • language-server: Add --all-projects flag scans by default IDE-318 (fdcf30e)
    • language-server: Enable incremental scanning IDE-275 (d198685)
    • language-server: Add support for IDE themes (c1c4d08)
    • language-server: Consistent styling across intellij and vscode (#5282) (9aa6f76)
    • logging: Redact additional types of sensitive data from debug logs (#5254) (056cdab)

    Bug Fixes

    • auth: Autodetect IDE usage and fallback to API token based authentication (#5241) (4c795e0)
    • iac: Upgrade iac custom rules to address Vulnerabilities IAC-2944 (453db24)
    • language-server: Caching problem when no vulnerabilities in the IDE (#5223) (89c9491)
    • language-server: Remove incorrect /v1 path (#5214) (cf16470)
    • dependencies: Update dependencies to reduce vulnerabilities (#5131) (4c7cb3c)
    • sbom: sbom test output padding (e3b7cac)
    • sbom: Fix container purl generation for apt and rpm (#5207) (fa9d512)
    • sbom: Retain error code during SBOM generation (#5202) (5e98aaa)
    • test: support cyclic dependencies in maven with dverbose (#5208) (fb24c02)
    • test: Add tool version and informationUri to sarif output (#5203) (b899fd3)
    • test: fixing several .NET bugs (#5217) (c27d767)
    • test: fixing a bug causing .NET beta scanning to fail on older versions of .NET (#5228) (5fdecf7)
    • test: .NET runtime resolution testing now supports projects targeting .NET Standard frameworks (#5169) (44d0861)
    • test: fix issues of type 'Cannot find module ...' in snyk-docker-plugin (#5301) (88efd54)
    • monitor: fix project name when using assets-project-name flag (#5077) (57dc718)
  • 1.1291.1 - 2024-05-27

    1.1291.1 (2024-05-27)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    Bug Fixes

    • dependencies: Upgrade go-getter to v1.7.4 to fix vulnerabilities (#5252)
  • 1.1291.0 - 2024-04-30

    1.1291.0 (2024-04-30)

    The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

    News

    • This is the first stable release of the CLI
    • It makes use of semantic versioning and is the successor of 1.1290.0

    Bug Fixes

    • test: Fix support of cyclic dependencies in maven with dverbose #5208
  • 1.1290.0 - 2024-04-19

    1.1290.0 (2024-04-18)

    Bug Fixes

    • code: Fix error handling for experimental go native code client (#5170) (5400c69)

    Features

    • code: introduce human readable formatting for experimental test mechanism (#5174) (34bbc95)
    • sbom: Introduce experimental sbom test command (#5176) (ea6293b)
    • snyk woof ro language support and tests (#5166) (ed2e754)
  • 1.1289.0 - 2024-04-16

    1.1289.0 (2024-04-16)

    Bug Fixes

    • ls: Trigger re-analysis after fixing interfile issues (#5163) (05cb9f5)

    Features

    • code: Integrate experimental go native code client [CLI-224] (#5164) (5bd898e)
    • include additional policy properties, when provided, in plain text output (#5142) (a8be764)
    • use workflow data to determine exit code errors (51c717b)
  • 1.1288.1 - 2024-04-15

    1.1288.1 (2024-04-15)

    Bug Fixes

    • iac: Fix Issue Path in human readable and json output [IAC-2935] (#5159) (5fc3d59)
  • 1.1288.0 - 2024-04-09
  • 1.1287.0 - 2024-04-04
  • 1.1286.4 - 2024-04-04
  • 1.1286.3 - 2024-04-03
  • 1.1286.2 - 2024-03-29
  • 1.1286.1 - 2024-03-26
  • 1.1286.0 - 2024-03-25
  • 1.1285.1 - 2024-03-25
  • 1.1285.0 - 2024-03-18
  • 1.1284.0 - 2024-03-14
  • 1.1283.1 - 2024-03-13
  • 1.1283.0 - 2024-03-06
  • 1.1282.1 - 2024-03-05
  • 1.1282.0 - 2024-03-05
  • 1.1281.0 - 2024-02-28
  • 1.1280.1 - 2024-02-20
  • 1.1280.0 - 2024-02-15
  • 1.1279.0 - 2024-02-12
  • 1.1278.0 - 2024-02-06
  • 1.1277.0 - 2024-02-05
  • 1.1276.0 - 2024-01-30
  • 1.1275.0 - 2024-01-26
  • 1.1274.0 - 2024-01-23
  • 1.1273.0 - 2024-01-23
  • 1.1272.0 - 2024-01-22
  • 1.1271.0 - 2024-01-19
  • 1.1270.0 - 2024-01-18
  • 1.1269.0 - 2024-01-10
  • 1.1268.0 - 2024-01-08
  • 1.1267.0 - 2024-01-02
  • 1.1266.0 - 2023-12-20
  • 1.1265.0 - 2023-12-20
  • 1.1264.0 - 2023-12-14
  • 1.1263.0 - 2023-12-14
  • 1.1262.0 - 2023-12-13
  • 1.1261.0 - 2023-12-12
  • 1.1260.0 - 2023-12-04
  • 1.1259.0 - 2023-11-30
  • 1.1258.0 - 2023-11-29
  • 1.1257.0 - 2023-11-28
  • 1.1256.0 - 2023-11-27
  • 1.1255.0 - 2023-11-27
  • 1.1254.0 - 2023-11-27
  • 1.1253.0 - 2023-11-24
  • 1.1252.0 - 2023-11-22
  • 1.1251.0 - 2023-11-21
  • 1.1250.0 - 2023-11-20
  • 1.1249.0 - 2023-11-20
  • 1.1248.0 - 2023-11-16
  • 1.1247.0 - 2023-11-16
  • 1.1246.0 - 2023-11-15
  • 1.1245.0 - 2023-11-14
  • 1.1244.0 - 2023-11-13
  • 1.1243.0 - 2023-11-09
  • 1.1242.0 - 2023-11-08
  • 1.1241.0 - 2023-11-08
  • 1.1240.0 - 2023-11-07
  • 1.1239.0 - 2023-11-07
  • 1.1238.0 - 2023-10-31
  • 1.1237.0 - 2023-10-24
  • 1.1236.0 - 2023-10-18
  • 1.1235.0 - 2023-10-16
  • 1.1234.0 - 2023-10-11
  • 1.1233.0 - 2023-10-09
  • 1.1232.0 - 2023-10-05
  • 1.1231.0 - 2023-10-05
  • 1.1230.0 - 2023-10-04
  • 1.1229.0 - 2023-10-03
  • 1.1228.0 - 2023-09-28
  • 1.1227.0 - 2023-09-25
  • 1.1226.0 - 2023-09-21
  • 1.1225.0 - 2023-09-19
  • 1.1224.0 - 2023-09-19
  • 1.1223.0 - 2023-09-19
  • 1.1222.0 - 2023-09-19
  • 1.1221.0 - 2023-09-18
  • 1.1220.0 - 2023-09-14
  • 1.1219.0 - 2023-09-14
  • 1.1218.0 - 2023-09-14
  • 1.1217.0 - 2023-09-12
  • 1.1216.0 - 2023-09-11
  • 1.1215.0 - 2023-09-08
  • 1.1214.0 - 2023-09-07
  • 1.1213.0 - 2023-09-06
  • 1.1212.0 - 2023-09-05
  • 1.1211.0 - 2023-09-04
  • 1.1210.0 - 2023-09-04
  • 1.1209.0 - 2023-08-31
  • 1.1208.0 - 2023-08-31
  • 1.1207.0 - 2023-08-28
  • 1.1206.0 - 2023-08-23
  • 1.1205.0 - 2023-08-21
  • 1.1204.0 - 2023-08-21
  • 1.1203.0 - 2023-08-17
  • 1.1202.0 - 2023-08-15
  • 1.1201.0 - 2023-08-15
  • 1.1200.0 - 2023-08-03
  • 1.1199.0 - 2023-08-02
  • 1.1198.0 - 2023-07-31
  • 1.1197.0 - 2023-07-31
  • 1.1196.0 - 2023-07-25
  • 1.1195.0 - 2023-07-25
  • 1.1194.0 - 2023-07-24
  • 1.1193.0 - 2023-07-20
  • 1.1192.0 - 2023-07-19
  • 1.1191.0 - 2023-07-19
  • 1.1190.0 - 2023-07-14
  • 1.1189.0 - 2023-07-13
  • 1.1188.0 - 2023-07-12
  • 1.1187.0 - 2023-06-30
  • 1.1186.0 - 2023-06-27
  • 1.1185.0 - 2023-06-26
  • 1.1184.0 - 2023-06-23
  • 1.1183.0 - 2023-06-19
  • 1.1182.0 - 2023-06-16
  • 1.1181.0 - 2023-06-15
  • 1.1180.0 - 2023-06-14
  • 1.1179.0 - 2023-06-13
  • 1.1178.0 - 2023-06-12
  • 1.1177.0 - 2023-06-09
  • 1.1176.0 - 2023-06-08
  • 1.1175.0 - 2023-06-06
  • 1.1174.0 - 2023-06-05
  • 1.1173.0 - 2023-06-02
  • 1.1172.0 - 2023-06-02
  • 1.1171.0 - 2023-06-01
  • 1.1170.0 - 2023-05-31
  • 1.1169.0 - 2023-05-30
  • 1.1168.0 - 2023-05-26
  • 1.1167.0 - 2023-05-25
  • 1.1166.0 - 2023-05-25
  • 1.1165.0 - 2023-05-25
  • 1.1164.0 - 2023-05-25
  • 1.1163.0 - 2023-05-24
  • 1.1162.0 - 2023-05-23
  • 1.1161.0 - 2023-05-23
  • 1.1160.0 - 2023-05-22
  • 1.1159.0 - 2023-05-18
  • 1.1158.0 - 2023-05-17
  • 1.1157.0 - 2023-05-17
  • 1.1156.0 - 2023-05-16
  • 1.1155.0 - 2023-05-12
  • 1.1154.0 - 2023-05-10
  • 1.1153.0 - 2023-05-08
  • 1.1152.0 - 2023-05-04
  • 1.1151.0 - 2023-05-04
  • 1.1150.0 - 2023-04-28
  • 1.1149.0 - 2023-04-28
  • 1.1148.0 - 2023-04-28
  • 1.1147.0 - 2023-04-27
  • 1.1146.0 - 2023-04-25
  • 1.1145.0 - 2023-04-25
  • 1.1144.0 - 2023-04-24
  • 1.1143.0 - 2023-04-18
  • 1.1142.0 - 2023-04-12
  • 1.1141.0 - 2023-04-12
  • 1.1140.0 - 2023-04-05
  • 1.1139.0 - 2023-04-04
  • 1.1138.0 - 2023-04-04
  • 1.1137.0 - 2023-04-03
  • 1.1136.0 - 2023-04-03
  • 1.1135.0 - 2023-04-03
  • 1.1134.0 - 2023-04-03
  • 1.1133.0 - 2023-03-31
  • 1.1132.0 - 2023-03-31
  • 1.1131.0 - 2023-03-30
  • 1.1130.0 - 2023-03-29
  • 1.1129.0 - 2023-03-28
  • 1.1128.0 - 2023-03-27
  • 1.1127.0 - 2023-03-24
  • 1.1126.0 - 2023-03-23
  • 1.1125.0 - 2023-03-22
  • 1.1124.0 - 2023-03-22
  • 1.1123.0 - 2023-03-21
  • 1.1122.0 - 2023-03-20
  • 1.1121.0 - 2023-03-17
  • 1.1120.0 - 2023-03-17
  • 1.1119.0 - 2023-03-16
  • 1.1118.0 - 2023-03-13
  • 1.1117.0 - 2023-03-10
  • 1.1116.0 - 2023-03-09
  • 1.1115.0 - 2023-03-08
  • 1.1114.0 - 2023-03-06
  • 1.1113.0 - 2023-03-06
  • 1.1112.0 - 2023-03-06
  • 1.1111.0 - 2023-03-02
  • 1.1110.0 - 2023-02-28
  • 1.1109.0 - 2023-02-24
  • 1.1108.0 - 2023-02-21
  • 1.1107.0 - 2023-02-21
  • 1.1106.0 - 2023-02-20
  • 1.1105.0 - 2023-02-16
  • 1.1104.0 - 2023-02-15
  • 1.1103.0 - 2023-02-13
  • 1.1102.0 - 2023-02-13
  • 1.1101.0 - 2023-02-13
  • 1.1100.0 - 2023-02-08
  • 1.1099.0 - 2023-02-08
  • 1.1098.0 - 2023-02-08
  • 1.1097.0 - 2023-02-06
  • 1.1096.0 - 2023-02-03
  • 1.1095.0 - 2023-02-02
  • 1.1094.0 - 2023-02-01
  • 1.1093.0 - 2023-01-31
  • 1.1092.0 - 2023-01-30
  • 1.1091.0 - 2023-01-26
  • 1.1090.0 - 2023-01-24
  • 1.1089.0 - 2023-01-23
  • 1.1088.0 - 2023-01-20
  • 1.1087.0 - 2023-01-12
  • 1.1086.0 - 2023-01-12
  • 1.1085.0 - 2023-01-11
  • 1.1084.0 - 2023-01-11
  • 1.1083.0 - 2023-01-11
  • 1.1082.0 - 2023-01-08
  • 1.1081.0 - 2023-01-03
  • 1.1080.0 - 2022-12-29
  • 1.1079.0 - 2022-12-28
  • 1.1078.0 - 2022-12-28
  • 1.1077.0 - 2022-12-27
  • 1.1076.0 - 2022-12-22
  • ...

Snyk has created this PR to upgrade:
  - express from 4.17.1 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - helmet from 3.21.1 to 3.23.3.
    See this package in npm: https://www.npmjs.com/package/helmet
  - mongo-sanitize from 1.0.1 to 1.1.0.
    See this package in npm: https://www.npmjs.com/package/mongo-sanitize
  - mongoose from 7.4.3 to 7.8.0.
    See this package in npm: https://www.npmjs.com/package/mongoose
  - snyk from 1.235.0 to 1.1292.4.
    See this package in npm: https://www.npmjs.com/package/snyk

See this project in Snyk:
https://app.snyk.io/org/toporek.slawomir/project/cad0c215-c4e5-46f9-b4ba-aca4b2af916a?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants