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

Update dependency class-transformer to ^0.3.0 [SECURITY] - abandoned #42

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 27, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
class-transformer ^0.1.10 -> ^0.3.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2020-7637

class-transformer through 0.2.3 is vulnerable to Prototype Pollution. The 'classToPlainFromExist' function could be tricked into adding or modifying properties of 'Object.prototype' using a 'proto' payload.


Release Notes

typestack/class-transformer

v0.3.1

Compare Source

Added
  • table of content added to readme
Changed
  • moved from Mocha to Jest
  • added Prettier for code formatting
  • added Eslint for linting
  • updated CI configuration
  • removed some unused dev dependencies
  • updated dependencies to latest version
Fixed
  • circular dependency fixed
  • dev dependencies removed from package.json before publishing (no more security warnings)
  • transformer order is deterministic now (#​231)
  • fix prototype pollution issue (#​367)
  • various fixes in documentation

v0.2.3

Compare Source

Changed
  • enableImplicitConversion has been added and imlplicit value conversion is disabled by default.
  • reverted #​234 - fix: write properties with defined default values on prototype which broke the @Exclude decorator.

v0.2.2

Compare Source

NOTE: This version is deprecated.

This version has introduced a breaking-change when this library is used with class-validator. See #​257 for details.

Added
  • implicity type conversion between values.

v0.2.1

Compare Source

NOTE: This version is deprecated.

Added
  • add option to strip unkown properties via using the excludeExtraneousValues option

v0.2.0

Compare Source

Added
  • add documentation for using Sets and Maps
  • add opotion to pass a discriminator function to convert values into different types based on custom conditions
  • added support for polymorphism based on a named type property
Fixed
  • fix bug when transforming null values as primitives

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency class-transformer to ^0.3.0 [SECURITY] Update dependency class-transformer to ^0.3.0 [SECURITY] - abandoned May 28, 2023
@renovate
Copy link
Author

renovate bot commented May 28, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

1 participant