Bump typeorm from 0.3.30 to 0.3.31 - #1002
Conversation
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.30 to 0.3.31. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/0.3.31/CHANGELOG.md) - [Commits](typeorm/typeorm@0.3.30...0.3.31) --- updated-dependencies: - dependency-name: typeorm dependency-version: 0.3.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
@cursoragent verify this is a false positive |
|
Verdict: This is a false positive. The Socket "obfuscated code" alert on What Socket flaggedSocket reports Why this is a false positive1. TypeORM is a known, trusted package
2. The code is compiled TypeScript, not malicious obfuscationInspecting the installed package shows:
Sample from /**
* Entity manager supposed to work with any entity, automatically find its repository...
*/
class EntityManager {That is normal compiler output, not 3. No suspicious runtime patternsA scan of the package found no typical malware indicators ( 4. The version bump is a routine patch releaseComparing
This alert would almost certainly have fired on 5. Socket's own scores contradict a real threatSocket's dependency table for this bump shows:
Only the obfuscation heuristic fired. If this were a compromised package, you'd expect additional behavioral or reputation signals. 6. Project compatibility confirmedThe project builds successfully with RecommendationSafe to merge this Dependabot PR. The obfuscation alert is noise from Socket's heuristic misclassifying TypeORM's large compiled JavaScript distribution. If you want to silence the alert on this PR, you can reply on the PR with: For a longer-term fix (since this will recur on future TypeORM bumps), consider a |


Bumps typeorm from 0.3.30 to 0.3.31.
Release notes
Sourced from typeorm's releases.
Changelog
Sourced from typeorm's changelog.
Commits
7973203ci: publish to npm fromv0using thelegacytag92e9276ci: usenpm@11099c23echore: prepare release 0.3.31 (#12676)b175f9bMerge commit from forka69a8c6fix(entity-manager): validate where criteria in increment/decrement (#12692)dfd972bfix(query-builder): reject empty where criteria on update and delete operatio...a2d4363chore: update deps (#12661)e1f93dafix(tree-entity): tree entity schema propagation in internal TreeRepository m...a309182fix: normalization of FindOptionsWhere for arrays and Buffers (#12577)d8e9127fix(persistence): preserve select false columns on the in-memory entity after...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.