Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
- name: Gherkin
value: gherkin
type: other
- name: Ghidra
value: ghidra
type: other
- name: Go
value: go
type: language
Expand Down Expand Up @@ -154,6 +157,9 @@
- name: JavaServer Pages
value: jsp
type: language
- name: Jimple
value: jimple
type: language
- name: JSON
value: json
type: other
Expand Down
27 changes: 25 additions & 2 deletions data/tools/joern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,34 @@ name: Joern
categories:
- linter
tags:
- security
- java
- javascript
- typescript
- csharp
- c
- cpp
- ghidra
- go
- jimple
- kotlin
- php
- python
- ruby
- swift
license: Apache License 2.0
types:
- cli
source: 'https://github.com/ShiftLeftSecurity/joern'
source: 'https://github.com/joernio/joern'
homepage: 'https://joern.io'
description: Open-source code analysis platform for C/C++ based on code property graphs
description: >-
Joern is a platform for analyzing source code, bytecode, and binary executables.
It generates code property graphs (CPGs), a graph representation of code for cross-language code analysis.
Code property graphs are stored in a custom graph database.
This allows code to be mined using search queries formulated in a Scala-based domain-specific query language.
Joern is developed with the goal of providing a useful tool for vulnerability discovery and research in static program analysis.
resources:
- title: Documentation
url: https://docs.joern.io
- title: CPG Specification
url: https://cpg.joern.io
Loading