summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-10-17 17:04:37 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-10-18 14:31:08 +0200
commit59f8370e6286964ccf932d8f8295390dcec123d0 (patch)
tree699d46a23457c7e24a25bea229fc8cc81f9072e0
parent429883310611da285561d57207d2322748abdc97 (diff)
README: mention PVS-Studio
Change-Id: I7116d28d1f94b1c8fe4f730b268411973de9a547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175093 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10627f317145..8e39324cbd95 100644
--- a/README.md
+++ b/README.md
@@ -136,3 +136,7 @@ on the mailing list libreoffice@lists.freedesktop.org (no subscription
required) or poke people on IRC `#libreoffice-dev` on irc.libera.chat -
we're a friendly and generally helpful mob. We know the code can be
hard to get into at first, and so there are no silly questions.
+
+## SAST Tools
+
+[PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.