[ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553022#comment-16553022
 ] 

ASF GitHub Bot commented on CB-14145:
-------------------------------------

brodybits closed pull request #380: CB-14145 pin more added bundled 
dependencies in 4.5.x only
URL: https://github.com/apache/cordova-ios/pull/380
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/package.json b/package.json
index 5250ec30e..b68536c9e 100644
--- a/package.json
+++ b/package.json
@@ -49,14 +49,23 @@
     "node": ">=4"
   },
   "dependencies": {
+    "base64-js": "1.2.0",
     "cordova-common": "2.2.5",
+    "elementtree": "0.1.6",
+    "glob": "5.0.15",
     "ios-sim": "6.1.3",
     "nopt": "3.0.6",
     "plist": "2.1.0",
     "q": "1.5.1",
+    "sax": "0.3.5",
     "shelljs": "0.5.3",
+    "simple-plist": "0.2.1",
+    "stream-buffers": "2.2.0",
+    "tail": "0.4.0",
+    "uuid": "3.0.1",
     "xcode": "0.9.3",
-    "xml-escape": "1.1.0"
+    "xml-escape": "1.1.0",
+    "xmlbuilder": "8.2.2"
   },
   "bundledDependencies": [
     "abbrev",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Resolve npm audit issues
> ------------------------
>
>                 Key: CB-14145
>                 URL: https://issues.apache.org/jira/browse/CB-14145
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android, cordova-app-hello-world, 
> cordova-browser, cordova-cli, cordova-coho, cordova-common, cordova-ios, 
> cordova-js, cordova-lib, cordova-osx, cordova-plugman, cordova-windows
>            Reporter: Chris Brody
>            Assignee: Chris Brody
>            Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> {{cordova-lib}}, etc. (fixed in minor release branch)
> * patch or minor release of other affected components such as CLI, Cordova 
> platform implementations, major plugins, etc. (expected to be fixed in minor 
> release branch; do not want to pollute the master branch with extra reverts, 
> updated node_modules committed, etc.)
> * {{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking
> * {{npm audit}} step added to CI for both patch release and next major release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to