From a68511e3db9ddb36a9fe18540bd8c5fc9aa6a50b Mon Sep 17 00:00:00 2001 From: rajanpanth Date: Sat, 15 Aug 2026 19:59:47 +0545 Subject: [PATCH] docs: fix report template reference Signed-off-by: rajanpanth --- README.md | 2 +- pytm/pytm.py | 2 +- tm.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fd8830..9fcb28a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ options: --debug print debug messages --dfd output DFD --report REPORT output report using the named template file (sample - template file is under docs/template.md) + template file is under docs/basic_template.md) --exclude EXCLUDE specify threat IDs to be ignored --seq output sequential diagram --list list all available threats diff --git a/pytm/pytm.py b/pytm/pytm.py index 9a5fb7c..90aa45a 100644 --- a/pytm/pytm.py +++ b/pytm/pytm.py @@ -747,7 +747,7 @@ def get_args(): parser.add_argument( "--report", help=( - "output report using the named template file (sample template file is under docs/template.md)" + "output report using the named template file (sample template file is under docs/basic_template.md)" ), ) parser.add_argument("--exclude", help="specify threat IDs to be ignored") diff --git a/tm.py b/tm.py index 185a0f6..ed943d3 100755 --- a/tm.py +++ b/tm.py @@ -44,7 +44,7 @@ web.controls.sanitizesInput = False web.controls.encodesOutput = True web.controls.authorizesSource = False -web.sourceFiles = ["pytm/json.py", "docs/template.md"] +web.sourceFiles = ["pytm/json.py", "docs/basic_template.md"] web.assumptions = [ Assumption( "This webserver does not use PHP",