Skip to content

Commit

Permalink
#95 Fix the bower dependencies and force angular to 1.5.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 19, 2017
1 parent ac7bca9 commit 2e16b8e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TheHive is written in Scala and uses ElasticSearch 2.x for storage. Its REST API
![](images/Architecture.png)

## Analyzers
TheHive 2.9.1 is provided with 8 analyzers:
TheHive 2.9.2 is provided with 8 analyzers:
+ DNSDB*: leverage Farsight's [DNSDB](https://www.dnsdb.info/) for pDNS.
+ DomainTools*: look up domain names, IP addresses, WHOIS records, etc. using the popular [DomainTools](http://domaintools.com/) service API.
+ Hippocampe: query threat feeds through [Hippocampe](https://github.com/CERT-BDF/Hippocampe), a FOSS tool that centralizes feeds and allows you to associate a confidence level to each one of them (that can be changed over time) and get a score indicating the data quality.
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object BasicSettings extends AutoPlugin {
override def projectSettings = Seq(
organization := "org.cert-bdf",
licenses += "AGPL-V3" -> url("https://www.gnu.org/licenses/agpl-3.0.html"),
version := "2.9.1",
version := "2.9.2",
resolvers += Resolver.bintrayRepo("cert-bdf", "elastic4play"),
scalaVersion := Dependencies.scalaVersion,
scalacOptions ++= Seq(
Expand Down
20 changes: 10 additions & 10 deletions ui/bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "thehive",
"version": "2.9.1",
"version": "2.9.2",
"license": "AGPL-3.0",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "^1.5.8",
"angular-cookies": "1.5.8",
"angular-json-human": "~1.2.1",
"angular-markdown-directive": "~0.3.1",
"angular-moment": "~0.10.3",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-timer": "~1.3.4",
"angular-touch": "^1.5.8",
"angular-touch": "1.5.8",
"angular-ui-router": "~0.3.1",
"animate.css": "~3.5.2",
"bootstrap": "~3.3.7",
Expand All @@ -33,7 +33,7 @@
"c3": "~0.4.11",
"angular-base64": "~2.0.5",
"css-spaces": "~0.3.5",
"angular-messages": "^1.5.8",
"angular-messages": "1.5.8",
"ng-file-upload-shim": "^12.2.5",
"ng-file-upload": "^12.2.5",
"es5-shim": "^4.5.9",
Expand All @@ -46,10 +46,10 @@
"highlight.js.origin": "^9.7.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8"
"angular-mocks": "1.5.8"
},
"resolutions": {
"angular": "^1.5.8",
"angular": "1.5.8",
"moment": "~2.14.1",
"jquery": "~3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thehive",
"version": "2.9.1",
"version": "2.9.2",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2e16b8e

Please sign in to comment.