Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Fixing XSS by upgrading to Kibana 3 Master
Browse files Browse the repository at this point in the history
Closes elastic#389
Closes elastic#390
  • Loading branch information
simianhacker authored and bleskes committed Mar 4, 2015
1 parent a38c75a commit fdb03b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function (grunt) {
var config = {
pkg: grunt.file.readJSON('package.json'),
kibanaCheckoutDir: './kibana/vendor/kibana',
kibanaRevision: '3eca909d2f9a4f3ce0bca71bbd03ecf1a91827ae',
kibanaRevision: 'f7f7b72d0ddc10a0c05f2cb970806e8a472202ab',
agentDir: 'agent',
buildDir: 'build',
packageDir: 'build/packages',
Expand Down

0 comments on commit fdb03b9

Please sign in to comment.