Skip to content

Commit 80b1839

Browse files
authored
Merge pull request #34 from identity-com/master
Bugfix: proper input type handling (#33)
2 parents 9b4da47 + efe7192 commit 80b1839

File tree

7 files changed

+838
-2107
lines changed

7 files changed

+838
-2107
lines changed

AUDIT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Whenever you whitelist a specific advisory it is required to refer it here and j
1111

1212
| # | Level | Module | Title | Explanation |
1313
|------|-------|---------|------|-------------|
14-
| | | | | |
14+
| 782 | Moderate | lodash | Prototype Pollution | Dev dependency, path: smart-contracts: > truffle-artifactor > lodash |
15+
| 755 | High | handlebars | Prototype Pollution | Dev dependency, path: nyc > istanbul-reports > handlebars |
1516

audit-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"low": true,
33
"package-manager": "auto",
44
"report": true,
5-
"advisories": [],
5+
"advisories": [755, 782],
66
"whitelist": []
77
}

0 commit comments

Comments
 (0)