Skip to content

Commit e32c863

Browse files
Updating joern
Updated Joern with additional tags, source URL, and enhanced description.
1 parent be9d92a commit e32c863

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

data/tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
- name: Gherkin
128128
value: gherkin
129129
type: other
130+
- name: Ghidra
131+
value: ghidra
132+
type: other
130133
- name: Go
131134
value: go
132135
type: language

data/tools/joern.yml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,34 @@ name: Joern
22
categories:
33
- linter
44
tags:
5+
- security
6+
- java
7+
- javascript
8+
- typescript
9+
- csharp
510
- c
611
- cpp
12+
- ghidra
13+
- go
14+
- jimple
15+
- kotlin
16+
- php
17+
- python
18+
- ruby
19+
- swift
720
license: Apache License 2.0
821
types:
922
- cli
10-
source: 'https://github.com/ShiftLeftSecurity/joern'
23+
source: 'https://github.com/joernio/joern'
1124
homepage: 'https://joern.io'
12-
description: Open-source code analysis platform for C/C++ based on code property graphs
25+
description: >-
26+
Joern is a platform for analyzing source code, bytecode, and binary executables.
27+
It generates code property graphs (CPGs), a graph representation of code for cross-language code analysis.
28+
Code property graphs are stored in a custom graph database.
29+
This allows code to be mined using search queries formulated in a Scala-based domain-specific query language.
30+
Joern is developed with the goal of providing a useful tool for vulnerability discovery and research in static program analysis.
31+
resources:
32+
- title: Documentation
33+
url: https://docs.joern.io
34+
- title: CPG Specification
35+
url: https://cpg.joern.io

0 commit comments

Comments
 (0)