Skip to content

v1.1.1

Compare
Choose a tag to compare
@lostsnow lostsnow released this 20 Nov 14:08
· 170 commits to master since this release
b6b0acf
  • FEATURES
    • Add agent auditing on startup
    • Use environment variable PROJECT_VERSION for auto create project version
  • ENHANCEMENTS
    • Add Django template hook rule for XSS detection
    • Add old version werkzeug request body hook rule
    • Add Django route match hook rule
  • BUGFIXES
    • Fix SQL injection sink arguments processing
    • Fix the duplicate agent name caused by using the same configuration file under multiple frameworks
    • Fix the problem that Django response body is getting empty
    • Fix object hash generation method to avoid duplicate hashes
    • Fix the problem of method pooling under multiple threads
    • Fix the case that some methods return values from their own parameters
    • Fix old version werkzeug compatibility