Skip to content

Commit b4af3e5

Browse files
committed
1 parent 80fed10 commit b4af3e5

2 files changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
slug: atom-chen-aboutcode
3+
title: atom and chen join AboutCode
4+
authors: [pombredanne]
5+
tags: [atom,chen]
6+
hide_table_of_contents: false
7+
---
8+
9+
![apprhreat-image](atom_grey-1024x683.png)
10+
11+
12+
**atom** and **chen**, two open source tools for high-quality code analysis
13+
built by the **AppThreat** team, are now part of the non-profit **AboutCode** organization committed to making open source easier and safer to use by
14+
building critical open source tools for Software Composition Analysis (SCA)
15+
and beyond.
16+
17+
“AppThreat started with the simple mission to make high-quality code analysis
18+
and security tools for everyone,” says **Prabhu Subramanian**, lead maintainer
19+
of atom and chen, founder of AppThreat, and creator of other open source
20+
supply chain security tools like [OWASP CycloneDX Generator (cdxgen)](https://github.com/CycloneDX/cdxgen), [OWASP blint](https://github.com/owasp-dep-scan/blint), and [OWASP depscan](https://owasp.org/www-project-dep-scan/).
21+
22+
While working on a different problem, Prabhu uncovered a lack of high-quality
23+
code hierarchy analysis libraries and CLI tools. atom and chen were built as
24+
open source tools to identify likely adversary entry points to improve threat
25+
modeling, vulnerability management, and risk mitigation. Precisely knowing
26+
when, where, and how a given library is used in an application or service
27+
empowers developers to better understand risks and secure their work.
28+
29+
chen, or Code Hierarchy Exploration Net, is an advanced exploration toolkit
30+
for your application source code analysis to parse and extract code property
31+
graphs.
32+
33+
Powered by the chen library, atom is a novel intermediate representation for
34+
applications and a standalone tool. The intermediate representation (a network
35+
with nodes and links) is optimized for operations typically used for
36+
application analytics and machine learning, including slicing and vectoring.
37+
38+
“As our projects grew in usage and significance, we felt the need to donate
39+
these projects to an open source organization committed to the original
40+
AppThreat mission,” says Prabhu. “AboutCode is that organization.”
41+
42+
AboutCode is a registered non-profit organization that supports the
43+
development and maintenance of the AboutCode stack of open source tools and
44+
open data for SCA, including the industry-leading ScanCode, VulnerableCode,
45+
and DejaCode projects. AboutCode believes that good open source tools and
46+
open data help you use open source securely and efficiently.
47+
48+
With planned tighter integrations with the AboutCode stack, atom and chen will
49+
provide an even more comprehensive open source solution for the practical
50+
management of open source and security compliance. This includes advanced code reachability analysis, more efficient triage of vulnerabilities based on true reachability, and deep analysis of call graphs to find where vulnerable code
51+
is used.
52+
53+
For supply chain analysis, atom can generate evidence of external library
54+
usage, including the flow of data. OWASP cdxgen uses atom to improve the
55+
precision and comprehensiveness of the generated CycloneDX SBOM document.
56+
57+
For vulnerability analysis, atom describes vulnerabilities with evidence of
58+
affected symbols, call paths, and data flows to enable variant and
59+
reachability analysis at scale.
60+
61+
“The next frontier in vulnerability management is deep vulnerable code
62+
reachability analysis and taint analysis to discover new vulnerabilities,”
63+
says AboutCode lead maintainer Philippe Ombredanne. “atom and chen are the
64+
fundamental blocks to enable the construction of a FOSS solution to better
65+
triage vulnerabilities and avoid vulnerability fatigue.”
66+
67+
Building upon atom and chen joining, AboutCode will adopt an open governance
68+
model, drawing from best practices established by other organizations
69+
committed to open source software, prioritizing transparency, inclusivity, and
70+
community-driven development. A technical advisory group (TAG) will be formed
71+
to ensure project development addresses the needs of the wider community.
72+
73+
Want to get involved? Join the AboutCode [Slack](https://join.slack.com/t/aboutcode-org/shared_invite/zt-1paqwxccw-IuafuiAvYJFkTqGaZsC1og) or [Gitter](https://app.gitter.im/#/room/#aboutcode-org_discuss:gitter.im) to chat with the community.
142 KB
Loading

0 commit comments

Comments
 (0)