Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 07:48
· 11 commits to main since this release

v1.0.4

🐛 Bug Fixes

POC Execution Improvements

  • Fixed variable replacement in expression evaluation
  • Added complete vulnerability information in scan results
  • Fixed bytes() function handling in expressions
  • Added proper CVEID and Type in POC results

Expression Evaluation

  • Fixed the logic for multiple rules evaluation (now requires all rules to match)
  • Improved variable substitution in bytes() function calls
  • Enhanced debug logging for expression evaluation

🔍 Technical Details

The main improvements focus on:

  1. Variable handling in POC expressions
  2. More accurate vulnerability detection
  3. Complete vulnerability information in results

📝 Notes

This release improves the accuracy and reliability of vulnerability detection by fixing several core issues in the POC execution engine.

What's Changed

  • dev_fix_conflict_for_1122poc by @YGHS4 in #5

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