Skip to content

Releases: CycodeLabs/raven

v1.0.9

01 May 14:11
9e32bb2
Compare
Choose a tag to compare

What's Changed

  • feat: allow downloading personal repositories owned by the current user by @elad-pticha in #177
  • [Cycode] Fix for vulnerable manifest file dependency - idna updated to version 3.7 by @cycode-security in #178

Full Changelog: v1.0.8...v1.0.9

v1.0.8

24 Mar 10:49
96cedf0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

14 Feb 15:09
768d1a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

03 Dec 12:38
5da008d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

13 Nov 09:43
1718b28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

01 Nov 12:32
e170963
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Oct 10:48
4a59bb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Oct 08:49
0998ac2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Oct 13:34
4cd05b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Oct 15:41
4662209
Compare
Choose a tag to compare

Raven first version 🚀

  • Using raven download - download GitHub workflows, reusable workflows, and actions.
  • Using raven download org - scan a specific GitHub organization.
  • Using raven download crawl - scan public GitHub repositories.
  • Using raven index - index the downloaded data into a Neo4j database.
  • Raven can then create visual representations of relationships between various components, such as actions and workflows. In addition, you can create complex queries to find vulnerable pipelines.

What's Changed

New Contributors