Commit Graph

270 Commits

Author SHA1 Message Date
Michael Morrison d67238cae8 Merge pull request #44 from benmag1/benmag1-patch-1
Fix for 2 vulnerable dependency paths
2016-10-09 15:18:23 -05:00
benmag1 6c55e1da56 Fix for 2 vulnerable dependency paths
node-gamedig currently has a 2 vulnerable dependency, introducing 3 different types of known vulnerabilities.

This PR fixes two vulnerable dependency, introducing [remote memory exposure ](https://snyk.io/vuln/npm:request:20160119) vulnerability in the `request` dependency and [ReDos vulnerability](https://snyk.io/vuln/npm:hawk:20160119) in the `hawk` dependency. 

You can see [Snyk test report](https://snyk.io/test/github/sonicsnes/node-gamedig) of this project for details. 

This PR changes `Package.json` to upgrade `request` to the newer 2.74.0 version, and will fix  the vulnerability listed above.
You can get alerts and fix PRs for future vulnerabilities for free by [watching this repo with Snyk](https://snyk.io/add).

Note this PR fixes all the vulnerabilities introduced trough `request` dependency, in order to be vulnerability free you will need to upgrade ` moment` dependency as well.

Full disclosure: I'm a part of the Snyk team, just looking to spread some security goodness and awareness ;)
2016-09-28 17:59:58 +03:00
Michael Morrison a36b39061b Release 0.2.25 2016-06-03 01:17:06 -05:00
Michael Morrison b9e94f73db Remove rustlegacy and bump README for release 2016-06-03 01:16:44 -05:00
Michael Morrison 5b455786b7 Merge pull request #35 from lukeacl/master
Adjusted Port for Rust to remove offset by 1.
2016-06-03 01:14:12 -05:00
Michael Morrison 57985046e5 Update 7d2d default port 2016-06-03 01:14:05 -05:00
Michael Morrison 6893c71612 Merge pull request #40 from xCausxn/patch-1
Typo on 7d2d game txt
2016-06-03 01:13:26 -05:00
Michael Morrison 2fcc2a025f Merge pull request #41 from rbozan/patch-2
Updated Unturned for the latest version
2016-06-03 01:13:01 -05:00
Michael Morrison 2d400cf20d Merge pull request #42 from jimnordb/master
Teamspeak 3 - avoid ServerQuery clients
2016-06-03 01:12:33 -05:00
Jim Nordbø 6bcf86fe81 Teamspeak 3 - avoid ServerQuery clients 2016-05-23 00:35:56 +02:00
Matt Jeanes 51a173c954 Added Tower Unite 2016-04-21 21:42:57 +01:00
Robin c4c2cff27d Updated Unturned for the latest version
Query offset should be 1
2016-04-05 12:22:01 +02:00
Matt Jeanes c32e3b032c Updated version 2016-04-02 20:51:28 +01:00
Matt Jeanes 0cc36185c5 Added KSH games
Space Engineers and Medieval Engineers
2016-04-02 19:58:46 +01:00
James Causon 61d1cf3a5a Typo on 7d2d game txt 2016-02-25 20:16:27 +00:00
Lucas e7703b0d03 Adjusted Port for Rust to remove offset by 1.
The query port was changed to the game port instead of being offset by
1 as mentioned at http://playrust.com/devblog-74/. Duplicated the line
and renamed the old to rustlegacy for backwards support.
2015-10-26 14:32:48 +10:00
Michael Morrison 957c0e20ea Merge pull request #31 from Netifriik/master
added Killing Floor 2, 7 Days to Die, Battlefield Hardline and Unturned support
2015-08-08 19:22:20 -05:00
Kristjan Kirpu 2ced1ab45b Added game - Unturned 2015-08-08 23:20:30 +03:00
Kristjan Kirpu 5f34582804 Removed ping 2015-08-07 00:12:37 +03:00
Kristjan Kirpu 130c2e72d8 Added 7 Days to Die 2015-08-04 00:51:35 +03:00
Kristjan Kirpu c925c7a249 Added query port to Killing Floor 2 - BF & KF tested now 2015-08-04 00:03:07 +03:00
Kristjan Kirpu 01f2115121 Added Killing Floor 2 and Battlefield Hardline - not tested 2015-08-03 23:52:32 +03:00
Kristjan Kirpu 618e19192c Added gameserver latency to returning data 2015-08-03 17:05:30 +03:00
xCausxn ae8c13ba69 Added quickfix for quake2 hostname
Left other ones in there just incase of unforseen compatibility issues.
2015-07-18 23:13:58 +01:00
xCausxn 869ca4a4d8 Fix for maxclients on Quake2 2015-07-18 23:09:36 +01:00
James Causon 6e4688a4c8 Removed previous addition (onlineplayers) 2015-06-28 11:01:09 +01:00
James Causon 0b55b8ceb4 Added ARK Survival Evolved 2015-06-28 10:59:07 +01:00
Michael Morrison 54851c1a35 Fix watchdog being called when sa:mp player query times out Fixes #23 2015-03-29 15:43:58 -05:00
xCausxn 4d31e29e70 Added onlineplayers
Added onlineplayers which utilizes the length of the players array to
make it always available.

Possible to add bots to this count but i think just players would be
best.

Updated readme to include this change.
2015-02-21 17:21:56 +00:00
Michael Morrison 9c785bcda0 Remove debug code from command line gamedig 2015-02-02 03:05:46 -06:00
Michael Morrison be323d8a4e Bump version 2015-01-18 01:56:58 -06:00
Michael Morrison dd464038c4 Upgrade compressjs, async, long, iconv-lite dependencies 2015-01-18 01:56:49 -06:00
Michael Morrison 1598971523 Upgrade request dependency, fix mutantfactions 2015-01-18 01:44:19 -06:00
Michael Morrison 1ec2818051 Upgrade optimist dependency to minimist 2015-01-18 01:41:37 -06:00
Michael Morrison b2e574217a Upgrade moment and varint dependencies 2015-01-18 01:38:45 -06:00
Michael Morrison bccf9092c2 Remove rounding error on starmade version number, bump version 2015-01-17 21:14:34 -06:00
Michael Morrison d1a7f78cba Bump version 2015-01-17 21:11:04 -06:00
Michael Morrison 71bde74d20 Add StarMade support, closes #11 2015-01-17 21:10:44 -06:00
Michael Morrison c2caace012 Only publish production files to npm, bump version 2015-01-17 20:35:28 -06:00
Michael Morrison f9c639bef1 Bump version 2015-01-17 06:58:19 -06:00
Michael Morrison dc6018491d Fix bad formatting 2015-01-17 06:57:44 -06:00
Michael Morrison 29a9c5ee07 Regen README 2015-01-17 06:56:01 -06:00
Michael Morrison 2384080395 Add docs for CSGO and Teamspeak 3, closes #16 2015-01-17 06:55:32 -06:00
Michael Morrison b6bd3b6108 Add support for jc2mp's custom expanded gamespy protocol
Closes #14
2015-01-17 06:51:02 -06:00
Michael Morrison 71b7f97c99 Bump version 2015-01-17 05:58:09 -06:00
Michael Morrison 83238f48e2 Merge remote-tracking branch 'xCausxn/master' 2015-01-17 05:57:38 -06:00
xCausxn 61d239ccd5 Quick Fix For Name and MaxPlayers
virtualserver_name and virtualserver_maxclients
2015-01-04 17:35:11 +00:00
Michael Morrison 330ad702ea Bump version to 0.2.16 2014-12-07 18:12:13 -06:00
Michael Morrison deda6085fc Merge remote-tracking branch 'xCausxn/patch-1' 2014-12-07 18:11:27 -06:00
xCausxn f60c620bb9 Added DayZMod
Not much of a change just some people could get confused, as dayzmod runs of arma series port scheme so adjusted port_query_offset to 1
2014-12-07 23:01:31 +00:00