diff --git a/README.md b/README.md index e9d7063..1ffb20c 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ For more details on the design and integration of SAST tools and datasets in Cod |SpotBugs|Java|✅|✅|✅|[Latest PR](https://github.com/OPPIDA/CodeSecTools/actions/workflows/ci.yaml)| |Cppcheck|C/C++|✅|✅|✅|[Latest PR](https://github.com/OPPIDA/CodeSecTools/actions/workflows/ci.yaml)| +Languages supported by the SAST tool are also available, but they are not actively maintained (some features are disabled). + ## Usage ### Running the Tool diff --git a/codesectools/sasts/all/report/HTML.py b/codesectools/sasts/all/report/HTML.py index 61fa8fd..faf4e6d 100644 --- a/codesectools/sasts/all/report/HTML.py +++ b/codesectools/sasts/all/report/HTML.py @@ -57,11 +57,11 @@ class HTMLReport(Report):
{code}
-
+
^