File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 <a href =" LICENSE " ><img src =" https://img.shields.io/badge/license-BSL%20%2B%20Apache-orange " alt =" License: BSL + Apache " ></a >
1111 <a href =" https://www.python.org/downloads/ " ><img src =" https://img.shields.io/badge/python-3.11%2B-blue " alt =" Python 3.11+ " /></a >
1212 <a href =" https://fuzzforge.ai " ><img src =" https://img.shields.io/badge/Website-fuzzforge.ai-blue " alt =" Website " /></a >
13- <img src =" https://img.shields.io/badge/version-0.7.0 -green " alt =" Version " >
13+ <img src =" https://img.shields.io/badge/version-0.7.3 -green " alt =" Version " >
1414 <a href =" https://github.com/FuzzingLabs/fuzzforge_ai/stargazers " ><img src =" https://img.shields.io/github/stars/FuzzingLabs/fuzzforge_ai?style=social " alt =" GitHub Stars " ></a >
1515
1616</p >
Original file line number Diff line number Diff line change 11[project ]
22name = " fuzzforge-ai"
3- version = " 0.7.0 "
3+ version = " 0.7.3 "
44description = " FuzzForge AI orchestration module"
55readme = " README.md"
66requires-python = " >=3.11"
Original file line number Diff line number Diff line change 2121# Additional attribution and requirements are provided in the NOTICE file.
2222
2323
24- __version__ = "0.6.0 "
24+ __version__ = "0.7.3 "
Original file line number Diff line number Diff line change 11[project ]
22name = " backend"
3- version = " 0.7.0 "
3+ version = " 0.7.3 "
44description = " FuzzForge OSS backend"
55authors = []
66readme = " README.md"
Original file line number Diff line number Diff line change 11[project ]
22name = " fuzzforge-cli"
3- version = " 0.7.0 "
3+ version = " 0.7.3 "
44description = " FuzzForge CLI - Command-line interface for FuzzForge security testing platform"
55readme = " README.md"
66authors = [
Original file line number Diff line number Diff line change 1616# Additional attribution and requirements are provided in the NOTICE file.
1717
1818
19- __version__ = "0.6.0 "
19+ __version__ = "0.7.3 "
Original file line number Diff line number Diff line change 11[project ]
22name = " fuzzforge-sdk"
3- version = " 0.7.0 "
3+ version = " 0.7.3 "
44description = " Python SDK for FuzzForge security testing workflow orchestration platform"
55readme = " README.md"
66authors = [
Original file line number Diff line number Diff line change 4242 DEFAULT_TEST_CONFIG ,
4343)
4444
45- __version__ = "0.6.0 "
45+ __version__ = "0.7.3 "
4646__all__ = [
4747 "FuzzForgeClient" ,
4848 "WorkflowSubmission" ,
Original file line number Diff line number Diff line change 11"""FuzzForge Platform - Complete security testing platform with AI capabilities."""
22
3- __version__ = "0.6.0 "
3+ __version__ = "0.7.3 "
You can’t perform that action at this time.
0 commit comments