AppThreat / cpggen

Generate CPG for multiple languages for code and threat analysis
https://discord.gg/tmmtjCEHNV
Apache License 2.0
7 stars 0 forks source link

NOTICE: cpggen-oss would be renamed to atomgen #30

Closed prabhu closed 1 year ago

prabhu commented 1 year ago

The OSS version used the atom distribution but was incorrectly called cpggen. To correct these error, I am renaming things as below:

Old name New name Purpose
cpggen-oss-bin atomgen-bin OCI artefact to be used with ORAS cli
cpggen-oss-linux-amd64 atomgen Single binary executable that bundles atom with Python
ghcr.io/appthreat/cpggen-slim ghcr.io/appthreat/atomgen Container image to generate atoms
cpggen-linux-musl atomgen-musl Single binary executable for alpine

The OCI image ghcr.io/appthreat/cpggen-oss uses joern so isn't affected.

PR to follow:

https://github.com/AppThreat/cpggen/pull/29/files

A detailed writeup on atom vs cpg would become available at some point. Please let me know if you think you might be affected by these changes or have further questions.

prabhu commented 1 year ago

Version 1.4.0 released with these changes.