diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index 8c92b5b..2db407c 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -24,7 +24,7 @@ jobs: with: python-version: "3.11" - - name: Install eBurger + - name: Install eburger run: | python -m venv /tmp/pip-audit-env source /tmp/pip-audit-env/bin/activate diff --git a/README.md b/README.md index 7180141..375e407 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ eBurger is a static analysis tool that provides a way to quickly query and analyze solidity smart contracts. Running static analyzers won't win you competitions. -What we provide instead with eBurger is the ability to spin up custom templates tailored to your current audited project in minutes ([Wiki](https://github.com/forefy/eburger/wiki)) allowing you to orchestrate unique lookups through the codebase to empower your audits. +What we provide instead with eburger is the ability to spin up custom templates tailored to your current audited project in minutes ([Wiki](https://github.com/forefy/eburger/wiki)) allowing you to orchestrate unique lookups through the codebase to empower your audits. - [How to install](#how-to-install) - [How to run](#how-to-run) diff --git a/eburger/utils/outputs.py b/eburger/utils/outputs.py index 81d2347..12ecf51 100644 --- a/eburger/utils/outputs.py +++ b/eburger/utils/outputs.py @@ -22,7 +22,7 @@ def save_as_markdown(output_file_path: Path, json_data: dict): md_report_root_dir = Path(output_file_path).resolve().parent markdown_content = "# eBurger Static Analysis Report\n\n" - markdown_content += f"This report was generated by the [eBurger](https://github.com/forefy/eburger) static analyzer on {datetime.now().strftime('%d.%m.%Y at %H:%M')}.\n\nThe results are not intended to substitute for comprehensive audits or professional assessments, and should be used only as a tool to help identify possible security vulnerabilities or insights and not for any other purpose.\n\n" + markdown_content += f"This report was generated by the [eburger](https://github.com/forefy/eburger) static analyzer on {datetime.now().strftime('%d.%m.%Y at %H:%M')}.\n\nThe results are not intended to substitute for comprehensive audits or professional assessments, and should be used only as a tool to help identify possible security vulnerabilities or insights and not for any other purpose.\n\n" markdown_content += "## Insights Summary\n\n" markdown_content += "| Issue | Severity | Occurrences |\n"