Skip to content

Commit 8d7fd6e

Browse files
Updating joern (#1718)
Updated Joern with additional tags, source URL, and enhanced description.
1 parent a852ed9 commit 8d7fd6e

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

data/tags.yml

Lines changed: 6 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
@@ -154,6 +157,9 @@
154157
- name: JavaServer Pages
155158
value: jsp
156159
type: language
160+
- name: Jimple
161+
value: jimple
162+
type: language
157163
- name: JSON
158164
value: json
159165
type: other

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)