File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -2,11 +2,34 @@ name: Joern
22categories :
33 - linter
44tags :
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
720license : Apache License 2.0
821types :
922 - cli
10- source : ' https://github.com/ShiftLeftSecurity /joern'
23+ source : ' https://github.com/joernio /joern'
1124homepage : ' 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
You can’t perform that action at this time.
0 commit comments