Changelog

Track the evolution of Code Pathfinder with detailed release notes and updates.

Release v0.0.32

v0.0.32March 18, 2025
View on GitHub

What's Changed

New Contributors

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v0.0.31...v0.0.32

Release v0.0.31

v0.0.31November 5, 2024
View on GitHub

What's new?

This release has query support for BreakStmt, ContinueStmt, YieldStmt, IfStmt, DoStmt, WhileStmt, ForStmt statements in source code (java) β˜• πŸŽ‰

Read latest blog post about detecting Webview vulnerabilities using Code-Pathfinder

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v0.0.30...v0.0.31

Release v0.0.30

v0.0.30October 17, 2024
View on GitHub

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v0.0.29...v0.0.30

Release v0.0.29

v0.0.29October 15, 2024
View on GitHub

This release has exciting new features such as CI command to scan source code for vulnerabilities within CI/CD ♾️ pipeline, docker support, GitHub Action support. πŸŽ‰

What's New?

  1. Code-Pathfinder is now available in docker hub. Give it a try by pulling shivasurya/code-pathfinder:stable-latest 🐳
  2. GitHub Action is now supported and you can start scanning source code. πŸŽ‰
# add as step to github action yaml file
    - name: Code-Pathfinder SAST Scan
            uses: shivasurya/code-pathfinder@main
            with:
              command: 'ci'
              project: '.'
              output-file: 'output.json'
              output: 'json'
              ruleset: 'cpf/java'
  1. Code-Pathfinder now supports CI command to scan for vulnerabilities in source code. ♾️
$ pathfinder ci --project /src/code-pathfinder/test-src --ruleset cpf/java --output json --output-file output.json
...
Executing in CI mode ♾️ 

Checkout Code-pathfinder rules registry here

MS Dhoni Tenor (1)

What's Changed

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v0.0.28...v0.0.29

Release v0.0.28

v0.0.28October 7, 2024
View on GitHub

This release adds exciting new features such as support for querying ClassInstanceExpr where you could search for objects created with class. We have featured new blog post about codepathfinder. I have published various code pathfinder rules targeting generic java application

Code-Pathfinder Rules

  • Usage of RC2/RC4 cipher
  • Usage of deprecated DefaultHTTPClient
  • Usage of SHA1 hash functions
  • Usage of insecure Random functions for cryptographic purposes
  • Usage of Blowfish crypt methods
  • <More to come in next releases covering OWASP Top 10>

What's New?

Chore

Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v0.0.27...v0.0.28

Showing 21-25 of 30 releases

Stay Updated

Watch our GitHub repository to get notified about new releases.

Star on GitHub