1{"tags": [{"severity": "warning", "package": "kpilot-trinity", "tag": "ancient-standards-version", "explanation": "The source package refers to a Standards-Version that has been\nobsolete for more than two years. Please update your package to latest\nPolicy and set this control field appropriately.\n\nIf the package is already compliant with the current standards, you\ndon't have to re-upload the package just to adjust the\nStandards-Version control field. However, please remember to update\nthis field next time you upload the package.\n\nSee /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the\ndebian-policy package for a summary of changes in newer versions of\nPolicy.\n\nRefer to\nhttps://www.debian.org/doc/debian-policy/upgrading-checklist.html for\ndetails.\n\nSeverity: warning\n\nCheck: fields/standards-version", "comment": "", "note": "3.8.4 (released 2010-01-27) (current is 4.5.1)", "pointer": ""}, {"severity": "info", "package": "kpilot-trinity", "tag": "debian-watch-file-is-missing", "explanation": "This source package is not Debian-native but it does not have a\ndebian/watch file. This file is used for automatic detection of new\nupstream versions by the Debian External Health Status project and\nother project infrastructure. If this package is maintained upstream,\nplease consider adding a debian/watch file to detect new releases.\n\nIf the package is not maintained upstream or if upstream uses a\ndistribution mechanism that cannot be meaningfully monitored by uscan\nand the Debian External Health Status project, please consider adding\na debian/watch file containing only comments documenting the\nsituation.\n\nRefer to Debian Policy Manual section 4.11 (Optional upstream source\nlocation: debian/watch) and the uscan(1) manual page for details.\n\nSeverity: info\n\nCheck: debian/watch", "comment": "", "note": "", "pointer": ""}, {"severity": "info", "package": "kpilot-trinity", "tag": "no-dh-sequencer", "explanation": "This package does not use the dh sequencer in debian/rules.\n\nWhile maintainers may use a variety of build systems, this one is by\nfar the most popular.\n\nMaintainers are strongly encouraged to use the dh sequencer in new\npackages and convert existing ones when appropriate.\n\nSeverity: info\n\nCheck: debian/rules/dh-sequencer", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "kpilot-trinity", "tag": "no-dep5-copyright", "explanation": "This package does not use a machine-readable debian/copyright file.\n\nThis format makes it easier to review licenses and can be easily\nparsed by Lintian.\n\nRefer to\nhttps://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for\ndetails.\n\nSeverity: pedantic\n\nCheck: debian/copyright/dep5", "comment": "", "note": "debian/copyright", "pointer": ""}, {"severity": "pedantic", "package": "kpilot-trinity", "tag": "no-homepage-field", "explanation": "This non-native package lacks a Homepage field. If the package has an\nupstream home page that contains useful information or resources for\nthe end user, consider adding a Homepage control field to\ndebian/control.\n\nRefer to Debian Policy Manual section 5.6.23 (Homepage) for details.\n\nSeverity: pedantic\n\nCheck: fields/homepage", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "kpilot-trinity", "tag": "old-source-override-location", "explanation": "This Debian package ships Lintian source-level overrides in the\ndebian/source.lintian-overrides file.\n\nPlease use debian/source/lintian-overrides instead; the debian/source\ndirectory is preferred to hold \"source\"-specific files.\n\nRefer to Lintian User's Manual section 2.4 (Overrides) for details.\n\nSeverity: pedantic\n\nCheck: debian/lintian-overrides\n\nRenamed from: package-uses-deprecated-source-override-location", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "kpilot-trinity", "tag": "package-uses-old-debhelper-compat-version", "explanation": "This package uses a debhelper compatibility level that is no longer\nrecommended. Please consider using the recommended level.\n\nFor most packages, the best way to set the compatibility level is to\nspecify debhelper-compat (= X) as a Build-Depends in debian/control.\nYou can also use the debian/compat file or export DH_COMPAT in\ndebian/rules.\n\nIf no level is selected debhelper defaults to level 1, which is\ndeprecated.\n\nRefer to the debhelper(7) manual page for details.\n\nSeverity: pedantic\n\nCheck: debhelper", "comment": "", "note": "10", "pointer": ""}, {"severity": "pedantic", "package": "kpilot-trinity", "tag": "silent-on-rules-requiring-root", "explanation": "The debian/control file is missing an explicit Rules-Requires-Root\nfield.\n\nTraditionally, Debian packages have required root privileges for some\ndebian/rules target requiring a split between build and binary\ntargets. This makes the builds slower due to the increased amount of\ninvocations as well as the overhead of fakeroot itself.\n\nPlease specify (eg.) Rules-Requires-Root: no in the debian/control\nsource stanza, but packagers should verify using diffoscope(1) that\nthe binaries built with this field present are identical.\n\nRefer to /usr/share/doc/dpkg-dev/rootless-builds.txt.gz, Debian Policy\nManual section 4.9.2 (debian/rules and Rules-Requires-Root), and\nDebian Policy Manual section 5.6.31 (Rules-Requires-Root) for details.\n\nSeverity: pedantic\n\nCheck: debian/control\n\nRenamed from: rules-requires-root-missing", "comment": "", "note": "", "pointer": ""}, {"severity": "experimental", "package": "kpilot-trinity", "tag": "upstream-metadata-file-is-missing", "explanation": "This source package is not Debian-native but it does not have a\ndebian/upstream/metadata file.\n\nThe Upstream MEtadata GAthered with YAml (UMEGAYA) project is an\neffort to collect meta-information about upstream projects from any\nsource package. This file is in YAML format and it is used in to feed\nthe data in the UltimateDebianDatabase. For example, it can contains\nthe way the authors want their software be cited in publications and\nsome bibliographic references about the software.\n\nPlease add a debian/upstream/metadata file.\n\nRefer to https://dep-team.pages.debian.net/deps/dep12/ and\nhttps://wiki.debian.org/UpstreamMetadata for details.\n\nSeverity: pedantic\n\nCheck: debian/upstream/metadata\n\nThis tag is experimental.", "comment": "", "note": "", "pointer": ""}, {"severity": "overridden", "package": "kpilot-trinity", "tag": "binary-nmu-debian-revision-in-source", "explanation": "The version number of your source package ends in +b and a number or\nhas a Debian revision containing three parts. These version numbers\nare used by binary NMUs and should not be used as the source version.\n(The +b form is the current standard; the three-part version number\nnow obsolete.)\n\nRefer to Debian Developer's Reference section 5.10.2.1 (Recompilation\nor binary-only NMU) for details.\n\nSeverity: warning\n\nCheck: fields/version\n\nWe want XZ regardless of the default compression.", "comment": "", "note": "4:14.1.6~pre11-0raspbian11.0.0+1", "pointer": ""}, {"severity": "overridden", "package": "kpilot-trinity", "tag": "custom-compression-in-debian-source-options", "explanation": "This package selects a custom compression level or algorithm in\ndebian/source/options. Please remove the call and let dpkg-deb(1)\nselect suitable defaults.\n\nCustom compression settings are usually chosen for one of two reasons:\n\nHigher compression levels or more advanced algorithms shrink the sizes\nof large files, but they can cause problems in the resource\nconstrained environments used in Debian's buildd infrastructure. For\nexample, higher than expected memory consumption may trigger an FTBFS\nor a failure to install.\n\nLower compression levels or less advanced algorithms are sometimes\nneeded to support older Debian version. Unfortunately, they also make\nit harder to change the defauls on an archive-wide basis.\n\nSome legitimate use cases trigger this tag. Please override it.\n\nRefer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1)\nmanual page for details.\n\nSeverity: warning\n\nCheck: debian/source-dir\n\nRenamed from: debian-source-options-has-custom-compression-settings\n\nWe want XZ regardless of the default compression.", "comment": "", "note": "compression = \"xz\" (line 2)", "pointer": ""}, {"severity": "overridden", "package": "kpilot-trinity", "tag": "custom-compression-in-debian-source-options", "explanation": "", "comment": "", "note": "compression-level = 9 (line 3)", "pointer": ""}, {"severity": "overridden", "package": "kpilot-trinity", "tag": "no-nmu-in-changelog", "explanation": "When you NMU a package, that fact should be mentioned on the first\nline in the changelog entry. Use the words \"NMU\" or \"Non-maintainer\nupload\" (case insensitive).\n\nMaybe you didn't intend this upload to be a NMU, in that case, please\ndouble-check that the most recent entry in the changelog is\nbyte-for-byte identical to the maintainer or one of the uploaders. If\nthis is a local package (not intended for Debian), you can suppress\nthis warning by putting \"local\" in the version number or \"local\npackage\" on the first line of the changelog entry.\n\nRefer to Debian Developer's Reference section 5.11.3 (Using the\nDELAYED/ queue) for details.\n\nSeverity: warning\n\nCheck: nmu\n\nRenamed from: changelog-should-mention-nmu\n\nActually, trigger is not unnecessary because of dynamic modules like tdepart.", "comment": "", "note": "", "pointer": ""}, {"severity": "overridden", "package": "kpilot-trinity", "tag": "source-nmu-has-incorrect-version-number", "explanation": "A source NMU should have a Debian revision of \"-x.x\" (or \"+nmuX\" for a\nnative package). This is to prevent stealing version numbers from the\nmaintainer.\n\nMaybe you didn't intend this upload to be a NMU, in that case, please\ndouble-check that the most recent entry in the changelog is\nbyte-for-byte identical to the maintainer or one of the uploaders. If\nthis is a local package (not intended for Debian), you can suppress\nthis warning by putting \"local\" in the version number or \"local\npackage\" on the first line of the changelog entry.\n\nRefer to Debian Developer's Reference section 5.11.2 (NMUs and\ndebian/changelog) for details.\n\nSeverity: warning\n\nCheck: nmu", "comment": "", "note": "4:14.1.6~pre11-0raspbian11.0.0+1", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "debhelper-compat-level", "explanation": "This is the debhelper compat level used specified by this package.\n\nSeverity: classification\n\nCheck: debhelper\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "10", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "debian-build-system", "explanation": "This is the build system that Lintian believes the package is using.\n\nSeverity: classification\n\nCheck: debhelper\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "cdbs-with-debhelper.mk", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "mail-contact", "explanation": "This person is a contact in the named group for this package.\n\nSeverity: classification\n\nCheck: fields/mail-address\n\nRenamed from: maintainer uploader\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "number-of-patches", "explanation": "The number of patches according to the debian/patches/series file.\n\nSeverity: classification\n\nCheck: debian/patches/count\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "0", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "The named file has the octal permissions shown.\n\nRefer to Bug#945869 and Bug#796257 for details.\n\nSeverity: classification\n\nCheck: files/permissions\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .emacs-dirvars", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/.quilt_patches", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/.quilt_series", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/.version", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/applied-patches", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .tdescminfo", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 AUTHORS", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 CMakeL10n.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 COPYING", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 ChangeLog", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 ConfigureChecks.cmake", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/ConduitStructure.eps", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/Makefile", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/index.tex", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/mal-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/mal-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/pictures/ConnectionsDialog.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/pictures/NoLayoutDialog.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/pictures/ProxyTab.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/HOWTO-CODE.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/HOWTO-CONDUIT.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-3.2.1+", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-4.0.0", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-4.2.1", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-4.2.2", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/UML/vcal-classdiagram.xmi.tgz", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/checkPlugin.sh", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 INSTALL", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Mainpage.dox", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 NEWS", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 README.md", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 TODO", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/KPilotCustomFieldEditor.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowserSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser_conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowserconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/kaddressbookConduit.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionDialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionDialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionDialog_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionTable.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/tdeabcRecord.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/tdeabcRecord.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/DOC-converter.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/DOC-converter.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr16-app-kpalmdoc.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr22-app-kpalmdoc.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr32-app-kpalmdoc.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr48-app-kpalmdoc.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/bmkSpecification.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conflictdialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conflictdialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-setupdialog.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc_conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/docconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/docconduitSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.upd", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdocSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc_dlg.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc_dlg.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc_dlgbase.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/makedoc9.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/makedoc9.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCBookmark.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCBookmark.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCEntry.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCEntry.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCHead.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCHead.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/tests/testcompress.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/cr32-app-knotesconduit.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-action.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-action.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotesconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotesconduitSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/setup_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/README", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-setup_dialog.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal_conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/malconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/malconduitSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - copyHHToPC.jpg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - copyPCToHH.jpg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - detailed load.jpg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - sync.jpg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofileSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofileconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofileconduit.xmi", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofiles.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofiles.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/setup_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-setup.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepadconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepadconduit.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/nullSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/nullconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/setup_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmailSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/setup-dialog.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/setupDialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/setupDialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/record-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/settings.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/settings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/setup_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/Template.html", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/Template.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-setup_dialog.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfoSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo_conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfoconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-setup_dialog.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/timeConduitSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time_conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/timeconduit.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/README", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/cleanupstate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/cleanupstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/conduitstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedhhstate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedhhstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedpcstate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedpcstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/hhtopcstate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/hhtopcstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/initstate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/initstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/kcalRecord.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/kcalRecord.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/korganizerConduit.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/pctohhstate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/pctohhstate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/teststate.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/teststate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todoRecord.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todoRecord.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduitbase.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduitbase.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-factory.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-factory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-factorybase.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setup.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setup.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setupbase.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setupbase.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalRecord.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalRecord.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalconduitSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalconduitbase.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 config.h.cmake", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/changelog", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/compat", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/control", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/copyright", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/docs", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/lintian-overrides", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/patches/series", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/source.lintian-overrides", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/source/format", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/source/options", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/address-app.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-knotes.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-mal.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-palmdoc.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-popmail-kmail.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-sysinfo.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-vcal.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/configuration.docbook", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/daemon-menu.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/db-app.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/faq.docbook", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/file-app.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/index.docbook", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/main-app.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/memo-app.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-address.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-conduit.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-dbspecial.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-general.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-items.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-startup-exit.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-tabs.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-viewer.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/sidebar.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/sync.docbook", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/todo-app.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/toolbar_backup.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/toolbar_hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/usage.docbook", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/wizard-conduits.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/wizard-connection.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/wizard-general.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/busysync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-backup.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-busysync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-fastsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-fullsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-listsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-nosync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-restore.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-app-kpilotDaemon.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-backup.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-busysync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-fastsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-fullsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-listsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-nosync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-restore.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-app-kpilotDaemon.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-fastsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-fullsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-listsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-app-kpilotDaemon.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-fastsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-fullsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-listsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-app-kpilotDaemon.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotaddress.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotbhotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotcalendar.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotdb.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotfileinstaller.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotknotes.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilottodo.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/fastsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi16-app-kpilot.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi22-app-kpilot.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi32-app-kpilot.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi48-app-kpilot.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hotsync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/kpilot-splash.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/mini-kpilot.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/nosync.png", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressEditor.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressEditor.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/conduitConfigDialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/conduitConfigDialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/datebookWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/datebookWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbAppInfoEditor.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbAppInfoEditor.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbFlagsEditor.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbFlagsEditor.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbFlagsEditor_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbRecordEditor.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbRecordEditor.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbRecordEditor_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbSelectionDialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbSelectionDialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbSelection_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbviewerWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbviewerWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstallWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstallWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstaller.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstaller.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/hotSync.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/hotSync.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/internalEditorAction.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/internalEditorAction.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.gif", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.magic", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.upd", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfig.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfig.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_backup.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_device.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_startup.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_sync.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_viewers.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_address.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_app.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_notes.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_user.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_vcal.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotDCOP.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotProbeDialog.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotProbeDialog.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot_config.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotconduit.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotdaemon.desktop", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotui.rc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kroupware.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kroupware.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listCat.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listCat.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listItems.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listItems.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logFile.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logFile.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/loggerDCOP.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/main-test.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/memoWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/memoWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilot-addresses.c", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotComponent.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotComponent.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotDaemon.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotDaemon.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotDaemonDCOP.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/syncCalendar.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoEditor.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoEditor.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoEditor_base.ui", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoWidget.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoWidget.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/COPYING", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actionQueue.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actionQueue.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actions.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actions.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapper.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapper.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapperxml.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapperxml.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapping.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapping.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotdevicelink.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotdevicelink.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotdevicelinkPrivate.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlib.kcfg", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlibSettings.kcfgc", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlink.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlink.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlocallink.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlocallink.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/options.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/options.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilot.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilot.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAddress.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAddress.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAppInfo.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAppInfo.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotCard.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDatabase.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDatabase.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDateEntry.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDateEntry.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotLinkVersion.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotLocalDatabase.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotLocalDatabase.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotMemo.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotMemo.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotRecord.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotRecord.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotSerialDatabase.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotSerialDatabase.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotSysInfo.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotTodoEntry.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotTodoEntry.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotUser.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/plugin.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/plugin.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pluginfactory.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/recordConduit.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/recordConduit.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/syncAction.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/syncAction.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/CMakeLists.txt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/conduits/vcalconduit/exampletest.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/conduits/vcalconduit/exampletest.h", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/AddressDB.pdb", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/MailDB.pdb", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/MemoDB.pdb", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/ToDoDB.pdb", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/bogus.pdb", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/exportdatebook.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/importaddresses.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/importdatebook.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/main.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/mergecalendars.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testactions.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testaddress.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testcategories.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testconstants.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testdatabase.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testdatebook.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testidmapper.cpp", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/af.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ar.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/az.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/be.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/bg.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/br.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/bs.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ca.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/cs.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/cy.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/da.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/de.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/el.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/en_GB.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/eo.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/es.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/et.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/eu.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fa.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fi.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fy.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ga.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/gl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/he.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/hi.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/hr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/hu.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/id.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/is.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/it.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ja.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ka.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/kk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/km.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/kpilot-desktops.pot", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/lt.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/lv.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/mk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ms.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/mt.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nb.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nds.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ne.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nn.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nso.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pa.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pt.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pt_BR.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ro.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ru.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/se.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sr@Latn.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sv.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ta.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/tg.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/th.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/tr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/uk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/uz.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ven.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/vi.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/xh.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/zh_CN.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/zh_TW.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/zu.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/af.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ar.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/az.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/bg.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/br.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/bs.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ca.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/cs.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/cy.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/da.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/de.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/el.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/en_GB.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/es.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/et.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/eu.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fa.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fi.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fy.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ga.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/gl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/he.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/hi.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/hr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/hu.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/is.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/it.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ja.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/kk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/km.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ko.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/kpilot.pot", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/lt.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/lv.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/mk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ms.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nb.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nds.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nn.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pa.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pt.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pt_BR.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ro.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ru.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/rw.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/se.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sl.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sr@Latn.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sv.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ta.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/tg.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/tr.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/uk.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/uz.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/uz@cyrillic.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/zh_CN.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/zh_TW.po", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 .pc/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/ConduitProgrammingTutorial/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/ConduitProgrammingTutorial/pictures/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/UML/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/merge-into-svn.sh", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/abbrowserconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/docconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/docconduit/Icons/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/docconduit/tests/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/knotes/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/malconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/memofileconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/memofileconduit/design/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/notepadconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/null/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/popmail/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/recordconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/sysinfoconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/timeconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/vcalconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/patches/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/rules", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/source/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 doc/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 doc/en/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 kpilot/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 kpilot/Icons/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 lib/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/conduits/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/conduits/vcalconduit/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/data/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 translations/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 translations/desktop_files/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "octal-permissions", "explanation": "", "comment": "", "note": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 translations/messages/", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "package-is-maintained-by-individual", "explanation": "The package is maintained by an individual according to the\nmaintainer/uploaders fields in the debian/control file.\n\nSeverity: classification\n\nCheck: fields/vcs\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "patch-system", "explanation": "This package uses the specified patch system (eg. \"quilt\" or\n\"dpatch\").\n\nSeverity: classification\n\nCheck: debian/patches\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "quilt", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "source-format", "explanation": "This is the source format declared in the package.\n\nSeverity: classification\n\nCheck: debian/source-dir\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "3.0 (quilt)", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "standards-version", "explanation": "The standards version of the package according to Standards-Version\nfield in the debian/control file.\n\nSeverity: classification\n\nCheck: fields/standards-version\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "3.8.4", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "The raw but trimmed contents of the named field in the given Deb822\nfile. The number indicates the section from the top, starting at 1.\n\nSeverity: classification\n\nCheck: fields/deb822\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "debian/control \u00a71 Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build,\\n tdelibs14-trinity-dev, tdepim-trinity-dev, libpisock-dev", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a71 Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a71 Priority optional", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a71 Section tde", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a71 Source kpilot-trinity", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a71 Standards-Version 3.8.4", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a72 Architecture any", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a72 Depends ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a72 Description TDE Palm Pilot hot-sync tool\\n KPilot is an application that synchronizes your Palm Pilot or similar device\\n (like the Handspring Visor) with your Trinity desktop, much like the Palm\\n HotSync software does for Windows. KPilot can back-up and restore your Palm\\n Pilot and synchronize the built-in applications with their TDE counterparts.", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a72 Package kpilot-trinity", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a72 Section utils", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "debian/control \u00a72 Suggests knotes-trinity, korganizer-trinity", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "These are the raw but trimmed contents of the named field in the\npackage's primary control file.\n\nSeverity: classification\n\nCheck: fields/trimmed\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "Architecture any", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Binary kpilot-trinity", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, tdepim-trinity-dev, libpisock-dev", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Checksums-Sha1 cf3a5d985155c4d6d85983090466dd7c1cd58830 2846552 kpilot-trinity_14.1.6~pre11.orig.tar.xz\\n e7a0d487bb7f4c04e04d6465ae186aec590bca7d 2768 kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Checksums-Sha256 c1f8a7236f12ec0ba9f6770ce2a0a5387babcff1ef02001cfcc966d7984a46e0 2846552 kpilot-trinity_14.1.6~pre11.orig.tar.xz\\n 210459d8231be16a611ba6e09551e64c114a520f4449f13697851326d757b961 2768 kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Files b4374d6471a12dea98c7f76b372a7f38 2846552 kpilot-trinity_14.1.6~pre11.orig.tar.xz\\n 15de5a536b9594d1d859fa2974a46042 2768 kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Format 3.0 (quilt)", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package-List kpilot-trinity deb utils optional arch=any", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source kpilot-trinity", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Standards-Version 3.8.4", "pointer": ""}, {"severity": "classification", "package": "kpilot-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.1.6~pre11-0raspbian11.0.0+1", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 0, "warning": 1, "info": 2, "pedantic": 5, "experimental": 1, "overridden": 5, "classification": 692}, "package_filename": {"kpilot-trinity": "kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc"}, "tags_found": ["ancient-standards-version", "debhelper-compat-level", "debian-build-system", "debian-watch-file-is-missing", "mail-contact", "no-dep5-copyright", "no-dh-sequencer", "no-homepage-field", "number-of-patches", "octal-permissions", "old-source-override-location", "package-is-maintained-by-individual", "package-uses-old-debhelper-compat-version", "patch-system", "silent-on-rules-requiring-root", "source-format", "standards-version", "trimmed-deb822-field", "trimmed-field", "upstream-metadata-file-is-missing"], "overridden_tags_found": ["binary-nmu-debian-revision-in-source", "custom-compression-in-debian-source-options", "no-nmu-in-changelog", "source-nmu-has-incorrect-version-number"], "lintian_version": "2.104.0", "distribution": "debian:raspbian-bullseye"}, "version": 1}