Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Upgrade CPG and joern (#111)
Browse files Browse the repository at this point in the history
* Upgrade CPG and joern

* Upgrade ghidra2cpg

* Ignore ghidra test
  • Loading branch information
fabsx00 authored Oct 7, 2021
1 parent fabc89d commit 5edc403
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ThisBuild/organization := "io.joern"
ThisBuild/scalaVersion := "2.13.5"
// don't upgrade to 2.13.6 until https://github.com/com-lihaoyi/Ammonite/issues/1182 is resolved

val cpgVersion = "1.3.317"
val ghidra2cpgVersion = "0.0.29"
val cpgVersion = "1.3.363"
val ghidra2cpgVersion = "0.0.39"

enablePlugins(JavaAppPackaging)
enablePlugins(GitVersioning)
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o pipefail
set -o nounset
set -eu

readonly JOERN_VERSION="v1.1.213"
readonly JOERN_VERSION="v1.1.234"

if [ "$(uname)" = 'Darwin' ]; then
# get script location
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package io.joern.scanners.ghidra

import io.joern.suites.GhidraQueryTestSuite
import org.scalatest.Ignore

@Ignore
class UserInputIntoDangerousFunctionsTests extends GhidraQueryTestSuite {
override def queryBundle = UserInputIntoDangerousFunctions

Expand Down

0 comments on commit 5edc403

Please sign in to comment.