diff options
author | Joas Schilling <coding@schilljs.com> | 2024-10-07 22:10:09 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-10-14 14:33:19 +0200 |
commit | 07449847e1e786d425e2ff4359a7509ad37d070b (patch) | |
tree | a16a3c247976d4f42247e047c63f55034d45a1d7 /build | |
parent | 3f75c4808d5153588c671c6a47c6aadb501f6308 (diff) | |
download | nextcloud-server-07449847e1e786d425e2ff4359a7509ad37d070b.tar.gz nextcloud-server-07449847e1e786d425e2ff4359a7509ad37d070b.zip |
fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfo
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline-security.xml | 5 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline-security.xml b/build/psalm-baseline-security.xml index c42b10d75c6..32939a14aec 100644 --- a/build/psalm-baseline-security.xml +++ b/build/psalm-baseline-security.xml @@ -22,11 +22,6 @@ <code><![CDATA['Location: ' . \OC::$WEBROOT . '/']]></code> </TaintedHeader> </file> - <file src="lib/private/App/InfoParser.php"> - <TaintedFile> - <code><![CDATA[$file]]></code> - </TaintedFile> - </file> <file src="lib/private/AppFramework/Utility/SimpleContainer.php"> <TaintedCallable> <code><![CDATA[$name]]></code> diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 16fe161a9ba..2c2784e7fb1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2750,10 +2750,6 @@ <NullArgument> <code><![CDATA[null]]></code> </NullArgument> - <TypeDoesNotContainNull> - <code><![CDATA[$appId === null]]></code> - <code><![CDATA[$appId === null]]></code> - </TypeDoesNotContainNull> </file> <file src="lib/private/legacy/OC_Helper.php"> <InvalidArrayOffset> |