-
Notifications
You must be signed in to change notification settings - Fork 401
upgrade superagent to v3.8.1 #115
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
Conversation
|
@MaxPresman excuse me for being blunt, but it's about time Pubnub upgrades superagent. Superagent has a security vulnerability that was disclosed on August 6th, 2017. Pubnub was made aware of this vulnerability through my email to the support team, and through a badge on this repository. As of today (November 29th, 2017), a patched Pubnub version has not been released. Pubnub is a SAS company. There is no reason for a SAS application to introduce security vulnerability in its customer's code. If such vulnerability has been introduced, it should be fixed ASAP. The standard SLA for such cases is usually 24 hours, definitely not 4 months! |
* add missing flow types (#116) * upgrade superagent to v3.8.1 (#115) * Thomasconner add nativescript support (#117) * Add NativeScript support * Add tests for NativeScript * Replace React-Native with NativeScript in NativeScript tests * Fix support for nativescript * Add tasks for to gulpfile for nativescript * Create dist for nativescript * Update .gitignore for nativescript * Remove NativeScript dist bundle * Use NativeScript http module * Remove some Gulp tasks related to NativeScript * Update compiled modules * Update dist bundles * Replace all uses of uuid with lil-uuid * Fix error detection for NartiveScript network module * Check if abort is a function before calling it Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it. * Update all the builds * add entry point to app with Native Script * resolve eslint issues * add operation delete to native script * remove multi-spaces * replace empty body for the function delete in Native Script * v4.19.0
* add missing flow types (#116) * upgrade superagent to v3.8.1 (#115) * Thomasconner add nativescript support (#117) * Add NativeScript support * Add tests for NativeScript * Replace React-Native with NativeScript in NativeScript tests * Fix support for nativescript * Add tasks for to gulpfile for nativescript * Create dist for nativescript * Update .gitignore for nativescript * Remove NativeScript dist bundle * Use NativeScript http module * Remove some Gulp tasks related to NativeScript * Update compiled modules * Update dist bundles * Replace all uses of uuid with lil-uuid * Fix error detection for NartiveScript network module * Check if abort is a function before calling it Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it. * Update all the builds * add entry point to app with Native Script * resolve eslint issues * add operation delete to native script * remove multi-spaces * replace empty body for the function delete in Native Script * v4.19.0 * add method setProxy for Nodejs (#120) * set ssl to true for nodejs by default * Heartbeat configs (#119) * isHeartbeatOnAllSubscriptions * remove isHeartbeatOnAllSubscriptions from the config * start only the heartbeat loop with heartbeatChannels and heartbeatChannelGroup * post merge fixes * 4.20.0 * cleanup
* add missing flow types (#116) * upgrade superagent to v3.8.1 (#115) * Thomasconner add nativescript support (#117) * Add NativeScript support * Add tests for NativeScript * Replace React-Native with NativeScript in NativeScript tests * Fix support for nativescript * Add tasks for to gulpfile for nativescript * Create dist for nativescript * Update .gitignore for nativescript * Remove NativeScript dist bundle * Use NativeScript http module * Remove some Gulp tasks related to NativeScript * Update compiled modules * Update dist bundles * Replace all uses of uuid with lil-uuid * Fix error detection for NartiveScript network module * Check if abort is a function before calling it Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it. * Update all the builds * add entry point to app with Native Script * resolve eslint issues * add operation delete to native script * remove multi-spaces * replace empty body for the function delete in Native Script * v4.19.0 * add method setProxy for Nodejs (#120) * set ssl to true for nodejs by default * Heartbeat configs (#119) * isHeartbeatOnAllSubscriptions * remove isHeartbeatOnAllSubscriptions from the config * start only the heartbeat loop with heartbeatChannels and heartbeatChannelGroup * post merge fixes * 4.20.0 * cleanup * update .pubnub.yml and changelog.md * fix yaml identity
* add missing flow types (#116) * upgrade superagent to v3.8.1 (#115) * Thomasconner add nativescript support (#117) * Add NativeScript support * Add tests for NativeScript * Replace React-Native with NativeScript in NativeScript tests * Fix support for nativescript * Add tasks for to gulpfile for nativescript * Create dist for nativescript * Update .gitignore for nativescript * Remove NativeScript dist bundle * Use NativeScript http module * Remove some Gulp tasks related to NativeScript * Update compiled modules * Update dist bundles * Replace all uses of uuid with lil-uuid * Fix error detection for NartiveScript network module * Check if abort is a function before calling it Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it. * Update all the builds * add entry point to app with Native Script * resolve eslint issues * add operation delete to native script * remove multi-spaces * replace empty body for the function delete in Native Script * v4.19.0 * add method setProxy for Nodejs (#120) * set ssl to true for nodejs by default * Heartbeat configs (#119) * isHeartbeatOnAllSubscriptions * remove isHeartbeatOnAllSubscriptions from the config * start only the heartbeat loop with heartbeatChannels and heartbeatChannelGroup * post merge fixes * 4.20.0 * cleanup * update .pubnub.yml and changelog.md * fix yaml identity * allow set ssl for nodejs * v4.20.1
* add missing flow types (#116) * upgrade superagent to v3.8.1 (#115) * Thomasconner add nativescript support (#117) * Add NativeScript support * Add tests for NativeScript * Replace React-Native with NativeScript in NativeScript tests * Fix support for nativescript * Add tasks for to gulpfile for nativescript * Create dist for nativescript * Update .gitignore for nativescript * Remove NativeScript dist bundle * Use NativeScript http module * Remove some Gulp tasks related to NativeScript * Update compiled modules * Update dist bundles * Replace all uses of uuid with lil-uuid * Fix error detection for NartiveScript network module * Check if abort is a function before calling it Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it. * Update all the builds * add entry point to app with Native Script * resolve eslint issues * add operation delete to native script * remove multi-spaces * replace empty body for the function delete in Native Script * v4.19.0 * add method setProxy for Nodejs (#120) * set ssl to true for nodejs by default * Heartbeat configs (#119) * isHeartbeatOnAllSubscriptions * remove isHeartbeatOnAllSubscriptions from the config * start only the heartbeat loop with heartbeatChannels and heartbeatChannelGroup * post merge fixes * 4.20.0 * cleanup * update .pubnub.yml and changelog.md * fix yaml identity * allow set ssl for nodejs * v4.20.1 * fix signature to delete message * v4.20.2 * sign v4.20.2 to distribution files
No description provided.