3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use ConcurrentHashMap when serializing tags. More... 9 months ago
Test for null, avoid NPE More... 9 months ago
Trigger callback chain when reached limit. (#2204) More... 12 months ago
Improved fix for #2261. Regular expressions wouldn't catch the newlines or possibly other control characters. Now we'll use the TAG validation code to make sure the inputs are only plain ASCII printables first. Fixes CVE-2018-12972, CVE-2020-35476 More... 12 months ago
Fix for #2269 and #2267 XSS vulnerability. Escaping the user supplied input when outputing the HTML for the old BadRequest HTML handlers should help. Thanks to the reporters. Fixes CVE-2018-13003. More... 12 months ago
Tighten up the regexes for Gnuplot URI params per multiple security reports. The best way of avoiding RCEs is to disable Gnuplot, but this should help a little. More... 12 months ago
Update some dependencies for #2262. WARNING: The minimum JDK is now version 8 due to Jackson. Fix the Json serializer to explicitly write nulls due to API changes in Jackson. Ignore a couple of histogram generating data files. More... over 1 year ago
Enhance range tests and regex and add better default for output validator (#2217) More... about 2 years ago
Add logback 1.2.9 jar md5s More... about 2 years ago
Bump Logback version to patch CVE-2021-42550 More... over 2 years ago
Fix race condition in UID lookup More... over 2 years ago
Cut the 2.4.1 release. More... over 2 years ago
Fix #1959 by updating to the latest asyncbigtable client. More... over 2 years ago
Fix #1885 by making the overall stats a concurrent map. Doh. More... over 2 years ago
Fix for #1886 to allow metric only queries in the expressions and allow for no filters. More... over 2 years ago
Add a systemd standard opentsdb service script to launch using the port defined in the config file. Fixes #2033 More... over 2 years ago
Fix remote code execution #2051 by adding regex validators for the Gnuplot params and introducting the tsd.gnuplot.options.allowlist setting that is a strict matching allow list of o= values from the query string that will be allowed through. By default tihs is empty so if folks are using this query param, they'll different graphs until they add the options they need. More... almost 3 years ago
Fix building after adding the Split rollup query code. More... almost 3 years ago
Start supporting rollups in FSCK. More... about 3 years ago
Update include.mk (#1550) More... about 3 years ago
TSDB list running queries script (#1692) More... about 3 years ago
Add support for splitting rollup queries (#1853) More... about 3 years ago
Fix: Rollup queries with count aggregator produce unexpected results (#1895) More... over 3 years ago
PR for SD config. More... over 3 years ago
Fix the count rollup table queries wherein we weren't returning count. More... over 3 years ago
Fix UT for JDK8 More... over 3 years ago
Fix the Screw Driver config. More... over 3 years ago
Fix the min case for doubles in AggregationIterator. More... over 3 years ago
Tweak TestTsdbQueryQueries to pass in older java versions. More... almost 4 years ago
Fix the missing index from #1754 in the salt scanner. More... almost 4 years ago