Recent Releases of @appthreat/atom

@appthreat/atom - Release v2.2.8

What's Changed

  • Python 3.10+ improvements by @prabhu in https://github.com/AppThreat/atom/pull/215

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.7...v2.2.8

- Rust
Published by prabhu 6 months ago

@appthreat/atom - Release v2.2.7

What's Changed

  • Ruby http endpoints tracking by @prabhu in https://github.com/AppThreat/atom/pull/214

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.6...v2.2.7

- Rust
Published by prabhu 7 months ago

@appthreat/atom - Release v2.2.6

Ruby 3.4.5 and PHP 8.4 support

What's Changed

  • Latest language updates by @prabhu in https://github.com/AppThreat/atom/pull/213

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.5...v2.2.6

- Rust
Published by prabhu 7 months ago

@appthreat/atom - Release v2.2.5

What's Changed

  • Ruby slices improvements by @prabhu in https://github.com/AppThreat/atom/pull/210

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.4...v2.2.5

- Rust
Published by prabhu 9 months ago

@appthreat/atom - Release v2.2.4

What's Changed

  • scala 3.7.0 by @prabhu in https://github.com/AppThreat/atom/pull/207
  • Ruby 3.4.4 and alpine ruby image by @prabhu in https://github.com/AppThreat/atom/pull/208

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.3...v2.2.4

- Rust
Published by prabhu 9 months ago

@appthreat/atom - Release v2.2.3

Work harder to detect plugins home.

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.2...v2.2.3

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.2.2

npm doesn't like workspace prefix. Let's try again.

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.1...v2.2.2

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.2.1

atom-common was not published on npm due to missing registry settings in package.json.

Full Changelog: https://github.com/AppThreat/atom/compare/v2.2.0...v2.2.1

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.2.0

What's Changed

  • Setup devenv.sh by @prabhu in https://github.com/AppThreat/atom/pull/201
  • Refactor npm package to use workspaces by @prabhu in https://github.com/AppThreat/atom/pull/203
  • Engine improvements by @prabhu in https://github.com/AppThreat/atom/pull/204
  • Switch to mandrel for native builds by @prabhu in https://github.com/AppThreat/atom/pull/205
  • Automatically try possible sink tags for c to improve results by @prabhu in https://github.com/AppThreat/atom/pull/206

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.19...v2.2.0

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.1.19

What's Changed

  • Python and c tuning by @prabhu in https://github.com/AppThreat/atom/pull/200

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.18...v2.1.19

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.1.18

What's Changed

  • Use framework identifier for JS reachables only as a fallback by @prabhu in https://github.com/AppThreat/atom/pull/199

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.17...v2.1.18

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.1.17

What's Changed

  • Changed workflow to matrix by @malice00 in https://github.com/AppThreat/atom/pull/193
  • python reachables tweaks by @prabhu in https://github.com/AppThreat/atom/pull/195
  • Update chen to reduce file misses for c/c++ by @prabhu in https://github.com/AppThreat/atom/pull/196
  • Improved deterministic slices by making some queries default by @prabhu in https://github.com/AppThreat/atom/pull/197

New Contributors

  • @malice00 made their first contribution in https://github.com/AppThreat/atom/pull/193

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.16...v2.1.17

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.1.16

What's Changed

  • Customise openapi file name by @prabhu in https://github.com/AppThreat/atom/pull/192

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.15...v2.1.16

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.1.15

What's Changed

  • Java 24 by @prabhu in https://github.com/AppThreat/atom/pull/185
  • Ruby 3.4.3 by @prabhu in https://github.com/AppThreat/atom/pull/190
  • multi source sink tags by @prabhu in https://github.com/AppThreat/atom/pull/191

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.14...v2.1.15

- Rust
Published by prabhu 10 months ago

@appthreat/atom - Release v2.1.14 - Hey Scala

atom now supports hybrid semantic and usage slicing for Scala and compiled .cclass files. The npm package includes a command called "scalasem" that compiles the project and creates a rich semantic slice from the generated .tasty files. We then generate an atom file from the .class files using the jimple frontend before generating the usage slices.

The atom-tools convert command is enhanced to parse semantic slices and extract endpoints in OpenAPI format.

What's Changed

  • Scala semantic slicer by @prabhu in https://github.com/AppThreat/atom/pull/182
  • Invoke atom-tools with semantics slices by @prabhu in https://github.com/AppThreat/atom/pull/183
  • scala repotests by @prabhu in https://github.com/AppThreat/atom/pull/184

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.13...v2.1.14

- Rust
Published by prabhu 12 months ago

@appthreat/atom - Release v2.1.13

What's Changed

  • mac arm64 native builds by @prabhu in https://github.com/AppThreat/atom/pull/179
  • Do not exclude examples directory by @prabhu in https://github.com/AppThreat/atom/pull/180
  • Use the correct ignore files regex method for the java frontend by @prabhu in https://github.com/AppThreat/atom/pull/181

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.12...v2.1.13

- Rust
Published by prabhu 12 months ago

@appthreat/atom - Release v2.1.12

What's Changed

  • Ruby 3.4.2 and other package updates by @prabhu in https://github.com/AppThreat/atom/pull/178

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.11...v2.1.12

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.11

Back to Ruby 3.4.1

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.10...v2.1.11

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.10

Restrict Ruby versions bundled in the npm package to 3.4.1 and ruby-9.4 only.

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.9...v2.1.10

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.9

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.8...v2.1.9

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.8

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.6...v2.1.8

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.7

What's Changed

  • Support for multiple Ruby versions in the npm package by @prabhu in https://github.com/AppThreat/atom/pull/177

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.6...v2.1.7

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.6

Ruby astgen supports a broad range of versions. >= 3.1.4

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.5...v2.1.6

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.5

Update chen to trim Ruby config files

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.4...v2.1.5

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.4

What's Changed

  • Increase character limit for ruby code capture. by @cerrussell in https://github.com/AppThreat/atom/pull/174
  • Env variables to customize openapi filename by @prabhu in https://github.com/AppThreat/atom/pull/175

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.3...v2.1.4

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.3

What's Changed

  • Ruby reachables by @prabhu in https://github.com/AppThreat/atom/pull/173

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.2...v2.1.3

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.2

setup-oras step was missing so 2.1.1 wasn't released despite my attempt to re-release it.

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.1...v2.1.2

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.1

What's Changed

  • Support for Atom Ruby Home env variable by @prabhu in https://github.com/AppThreat/atom/pull/172

Full Changelog: https://github.com/AppThreat/atom/compare/v2.1.0...v2.1.1

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.1.0 - Hey Ruby

What's Changed

  • Atom and Atom-tools documentation by @aryan-rajoria in https://github.com/AppThreat/atom/pull/168
  • Ruby support by @prabhu in https://github.com/AppThreat/atom/pull/170
  • Ruby repotests by @prabhu in https://github.com/AppThreat/atom/pull/171

New Contributors

  • @aryan-rajoria made their first contribution in https://github.com/AppThreat/atom/pull/168

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.25...v2.1.0

- Rust
Published by prabhu about 1 year ago

@appthreat/atom - Release v2.0.25

Improved android apk support. Tags from xBOMs are reused in reachables slicing.

What's Changed

  • Update chen by @prabhu in https://github.com/AppThreat/atom/pull/167

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.24...v2.0.25

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.24

What's Changed

  • Trim csv packages by @prabhu in https://github.com/AppThreat/atom/pull/166

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.23...v2.0.24

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.23

What's Changed

  • update chen to get cpg 1.0.1 and the latest protobuf by @prabhu in https://github.com/AppThreat/atom/pull/165

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.22...v2.0.23

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.22

What's Changed

  • Update packages by @prabhu in https://github.com/AppThreat/atom/pull/163

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.21...v2.0.22

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.21

What's Changed

  • Remove upstream astgen by @prabhu in https://github.com/AppThreat/atom/pull/159
  • Update scala by @prabhu in https://github.com/AppThreat/atom/pull/160

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.20...v2.0.21

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.20

What's Changed

  • Remove jackson data-bind by @prabhu in https://github.com/AppThreat/atom/pull/158

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.19...v2.0.20

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.19

What's Changed

  • Typescript improvements by @prabhu in https://github.com/AppThreat/atom/pull/157

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.18...v2.0.19

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.18

What's Changed

  • Update packages by @prabhu in https://github.com/AppThreat/atom/pull/156

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.17...v2.0.18

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.17

What's Changed

  • Update chen to bring c fullname improvements by @prabhu in https://github.com/AppThreat/atom/pull/150

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.16...v2.0.17

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.16

What's Changed

  • Update chen to get memory and performance improvements by @prabhu in https://github.com/AppThreat/atom/pull/149

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.15...v2.0.16

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.15

What's Changed

  • Collect extra and test requires in parsedeps by @prabhu in https://github.com/AppThreat/atom/pull/148

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.14...v2.0.15

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.14

What's Changed

  • Improves local module name detection by looking for init.py by @prabhu in https://github.com/AppThreat/atom/pull/147

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.13...v2.0.14

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.13

What's Changed

  • parsedeps improvements by @prabhu in https://github.com/AppThreat/atom/pull/146

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.12...v2.0.13

- Rust
Published by prabhu over 1 year ago

@appthreat/atom - Release v2.0.12

What's Changed

  • Update chen and eclipse cdt jars by @prabhu in https://github.com/AppThreat/atom/pull/141

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.11...v2.0.12

- Rust
Published by prabhu almost 2 years ago

@appthreat/atom - Release v2.0.11

What's Changed

  • Update chen by @prabhu in https://github.com/AppThreat/atom/pull/139

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.10...v2.0.11

- Rust
Published by prabhu almost 2 years ago

@appthreat/atom - Release v2.0.10

What's Changed

  • Enable nvm by @prabhu in https://github.com/AppThreat/atom/pull/136
  • Fix sbt not found error by @prabhu in https://github.com/AppThreat/atom/pull/137
  • scala 3.4.1 migration. Update chen to bring python cbom improvements. by @prabhu in https://github.com/AppThreat/atom/pull/138

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.9...v2.0.10

- Rust
Published by prabhu almost 2 years ago

@appthreat/atom - Release v2.0.9

Extract endpoints in Open API format from usage slices. The resulting Open API document can be directly used as input to a DAST tool like ZAP.

What's Changed

  • sle image by @prabhu in https://github.com/AppThreat/atom/pull/131
  • Integrate atom tools and other goodies by @prabhu in https://github.com/AppThreat/atom/pull/133

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.8...v2.0.9

- Rust
Published by prabhu almost 2 years ago

@appthreat/atom - Release v2.0.8

What's Changed

  • Make atom 2 the default by @prabhu in https://github.com/AppThreat/atom/pull/127
  • Update chen and cdt. Use nospaces option for slices json output by @prabhu in https://github.com/AppThreat/atom/pull/130

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.4...v2.0.8

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.7

What's Changed

  • Option to include crypto library flows in reachables by @prabhu in https://github.com/AppThreat/atom/pull/126

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.6...v2.0.7

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.6

What's Changed

  • Feature/windows native by @prabhu in https://github.com/AppThreat/atom/pull/124
  • cli source. switch to chen js type recovery by @prabhu in https://github.com/AppThreat/atom/pull/125

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.5...v2.0.6

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.5

What's Changed

  • Update chen to fix java native image by @prabhu in https://github.com/AppThreat/atom/pull/123
  • Fixes #122

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.4...v2.0.5

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.4

Thanks to upx, atom is now just 25MB!

What's Changed

  • Update docs regarding native image by @prabhu in https://github.com/AppThreat/atom/pull/120
  • Feature/upx by @prabhu in https://github.com/AppThreat/atom/pull/121

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.3...v2.0.4

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.6

What's Changed

  • Use java version of atom in the image by @prabhu in https://github.com/AppThreat/atom/pull/118
  • Bump version by @prabhu in https://github.com/AppThreat/atom/pull/119

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.5...v1.8.6

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.3

What's Changed

  • Use java version of atom in the image by @prabhu in https://github.com/AppThreat/atom/pull/117

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.2...v2.0.3

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.5

What's Changed

  • Fix for #114 @prabhu in https://github.com/AppThreat/atom/pull/116

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.4...v1.8.5

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.2

What's Changed

  • native-image config for more languages by @prabhu in https://github.com/AppThreat/atom/pull/113
  • Fix/issue 114 by @prabhu in https://github.com/AppThreat/atom/pull/115

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.1...v2.0.2

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.1

native-image support

What's Changed

  • Update chen with the latest odb2 and cpg2 by @prabhu in https://github.com/AppThreat/atom/pull/112

Full Changelog: https://github.com/AppThreat/atom/compare/v2.0.0...v2.0.1

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v2.0.0

2.x release series uses Java 21 for improved performance. We will continue to support the 1.x branch to ease the transition.

What's Changed

  • Switch to java 21 by @prabhu in https://github.com/AppThreat/atom/pull/110

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.4...v2.0.0

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.4

Update chen to bring more easy tags for PHP and Wordpress plugins.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.3...v1.8.4

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.3

What's Changed

  • Update chen to fix import line numbers by @prabhu in https://github.com/AppThreat/atom/pull/109

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.2...v1.8.3

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.2

What's Changed

  • Improved logic to invoke php-parse by @prabhu in https://github.com/AppThreat/atom/pull/108

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.1...v1.8.2

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.1

What's Changed

  • Update atom image to include php packages by @prabhu in https://github.com/AppThreat/atom/pull/106
  • php support by @prabhu in https://github.com/AppThreat/atom/pull/107

Full Changelog: https://github.com/AppThreat/atom/compare/v1.8.0...v1.8.1

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.8.0

What's Changed

  • Export individual representations by @prabhu in https://github.com/AppThreat/atom/pull/105

Full Changelog: https://github.com/AppThreat/atom/compare/v1.7.5...v1.8.0

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.7.5

What's Changed

  • Track unused type declarations in usages slices by @prabhu in https://github.com/AppThreat/atom/pull/104

Full Changelog: https://github.com/AppThreat/atom/compare/v1.7.4...v1.7.5

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.7.4

What's Changed

  • Set default delombok mode to types only by @prabhu in https://github.com/AppThreat/atom/pull/103

Full Changelog: https://github.com/AppThreat/atom/compare/v1.7.3...v1.7.4

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.7.3

What's Changed

  • Export to graphml by @prabhu in https://github.com/AppThreat/atom/pull/101

Full Changelog: https://github.com/AppThreat/atom/compare/v1.7.2...v1.7.3

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.7.2

More c tags

Full Changelog: https://github.com/AppThreat/atom/compare/v1.7.1...v1.7.2

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.7.1

What's Changed

  • c reachables detection by @prabhu in https://github.com/AppThreat/atom/pull/100

Full Changelog: https://github.com/AppThreat/atom/compare/v1.7.0...v1.7.1

- Rust
Published by prabhu about 2 years ago

@appthreat/atom - Release v1.7.0

What's Changed

  • Feature/jvm21 tests by @prabhu in https://github.com/AppThreat/atom/pull/94
  • Option to remove the atom file by @prabhu in https://github.com/AppThreat/atom/pull/95
  • Feature/updates 2411 by @prabhu in https://github.com/AppThreat/atom/pull/96
  • Attempt to reuse the atom for usages slicing by @prabhu in https://github.com/AppThreat/atom/pull/98

Full Changelog: https://github.com/AppThreat/atom/compare/v1.6.4...v1.7.0

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.6.4

Tags in reachables slices are filtered to remove the placeholder values created by chen for javascript.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.6.3...v1.6.4

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.6.3

We have a flaky tagging where the framework-output tags for sinks aren't getting set reliably. So, in this version, we have a workaround to try based on the output tag first, falling back to a method input-based lookup.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.6.2...v1.6.3

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.6.2

1.6.1 didn't get released to npm correctly since the version number in package.json was not incremented correctly. Currently, version numbers are incremented manually, resulting in such errors. This would be improved in the future with an automated process for tagging.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.6.1...v1.6.2

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.6.1

Java 21 version for improved performance

What's Changed

  • native image instructions by @prabhu in https://github.com/AppThreat/atom/pull/91

Full Changelog: https://github.com/AppThreat/atom/compare/v1.6.0...v1.6.1

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.6.0

Switched to using scala 3 syntax (no curly braces).

What's Changed

  • Feature/scala3 conversion by @prabhu in https://github.com/AppThreat/atom/pull/90

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.7...v1.6.0

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.7

Updated chen to bring Java tagging improvements. Improved usages slices to retain code for annotations. This enhances route detection for more frameworks.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.6...v1.5.7

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.6

Updated chen to bring symlink fix for c/c++ header search

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.5...v1.5.6

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.5

What's Changed

  • Update chen for improved performance with header analysis by @prabhu in https://github.com/AppThreat/atom/pull/88

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.4...v1.5.5

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.4

Python Reachables improvements

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.3...v1.5.4

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.3

What's Changed

  • Include imported symbols in parsedeps by @prabhu in https://github.com/AppThreat/atom/pull/87

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.2...v1.5.3

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - v1.5.2

What's Changed

  • Workflow fix by @prabhu in https://github.com/AppThreat/atom/pull/86

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.1...v1.5.2

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.1

What's Changed

  • Adds reachable slices for JS by @prabhu in https://github.com/AppThreat/atom/pull/85

Full Changelog: https://github.com/AppThreat/atom/compare/v1.5.0...v1.5.1

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.5.0

What's Changed

  • Reachables slice by @prabhu in https://github.com/AppThreat/atom/pull/82

Full Changelog: https://github.com/AppThreat/atom/compare/v1.2.5...v1.5.0

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.2.5

Bug fix: Node.js invocation was broken since the classpath jar was referring to an incorrect version.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.2.4...v1.2.5

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.2.4

This updates the chen version to bring support for cdx pass and tagging.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.2.3...v1.2.4

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.2.3

Updated packages

Full Changelog: https://github.com/AppThreat/atom/compare/v1.2.2...v1.2.3

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.2.2

What's Changed

  • Update to java 21 by @prabhu in https://github.com/AppThreat/atom/pull/80

Full Changelog: https://github.com/AppThreat/atom/compare/v1.2.1...v1.2.2

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.2.1

Update chen to bundle gradle tooling api for java

Full Changelog: https://github.com/AppThreat/atom/compare/v1.2.0...v1.2.1

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.2.0

What's Changed

  • Switch to chen by @prabhu in https://github.com/AppThreat/atom/pull/79

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.15...v1.2.0

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.15

  • Bug fix: Always generate a slice file with/without source

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.14...v1.1.15

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.14

What's Changed

  • Increase write capacity. Added Documentation to ignore list by @prabhu in https://github.com/AppThreat/atom/pull/78
  • Restores parsing of method bodies
  • Include imports for C in the usage slice.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.13...v1.1.14

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.13

What's Changed

  • Improved performance with indexing and ordering by @prabhu in https://github.com/AppThreat/atom/pull/77

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.12...v1.1.13

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.12

What's Changed

  • More tuning by @prabhu in https://github.com/AppThreat/atom/pull/75

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.11...v1.1.12

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.11

New safer frontend for C.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.10...v1.1.11

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.10

What's Changed

  • Adds a new frontend to parse only header files in c/c++ by @prabhu in https://github.com/AppThreat/atom/pull/74

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.9...v1.1.10

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.9

Added more include locations to improve header file detection for c. Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.8...v1.1.9

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.8

What's Changed

  • Trim the package size by excluding certain unwanted jars by @prabhu in https://github.com/AppThreat/atom/pull/72

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.7...v1.1.8

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.7

Adds default include directories to improve header file matching for c/c++

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.6...v1.1.7

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.6

Updates packages

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.5...v1.1.6

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.5

What's Changed

  • Fixes #69 by @prabhu in https://github.com/AppThreat/atom/pull/71

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.4...v1.1.5

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.4

Retain code for route detection in js Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.3...v1.1.4

- Rust
Published by prabhu over 2 years ago

@appthreat/atom - Release v1.1.3

Retain some code in js for route detection. If the method name starts with route or app.

Full Changelog: https://github.com/AppThreat/atom/compare/v1.1.2...v1.1.3

- Rust
Published by prabhu over 2 years ago