ladybird/.github/workflows
Brian Gianforcaro 01cd838a4c Meta: Suppress rule V1076 in PVS-Studio Static Analysis
This rule attempts to flag invisible Unicode characters which would
potentially be used by an attacker to hide code that humans can't see.
https://pvs-studio.com/en/docs/warnings/v1076/

AKA the "Trojan Source" attack: https://arxiv.org/abs/2111.00169

Unfortunately our `LibUnicode` source code contains these hidden
characters as they are part of the Unicode character set that the
library exposes. So we have, and will always have 100s of false
positives.
2022-02-12 19:32:47 +02:00
..
cmake.yml CI: Add statement to ensure workflow runs only on serenity 2022-02-09 11:27:06 +03:30
discord.yml CI: Notify Discord on all new PRs, even drafts 2021-10-29 22:37:48 +03:00
libjs-test262.yml CI: Bundle and upload a js(1) release package 2022-02-09 12:19:56 +03:30
lintcommits.yml CI: Require a blank line between commit titles and bodies 2022-01-11 23:45:14 +02:00
manpages.yml man.serenityos.org: Simplify local builds 2021-10-22 19:49:28 +03:00
pvs-studio-static-analysis.yml Meta: Suppress rule V1076 in PVS-Studio Static Analysis 2022-02-12 19:32:47 +02:00
sonar-cloud-static-analysis.yml CI: Don't let APT ask for confirmation on package installation 2022-01-07 12:35:15 +01:00
twitter.yml CI: Disable variable substitution on input to the twitter script 2021-08-15 23:21:20 +04:30