Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S shared-mime-info
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xdg
  • shared-mime-info
  • Merge requests
  • !147

application/x-apple-systemprofiler+xml: remove plist magic and root-XML

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Ville Skyttä requested to merge work/scop/remove-systemprofiler-plist-magic into master Sep 07, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

plist XML files are in no way exclusive to system profiler XML files, they're used for a bunch of things.

Because we don't have them associated with anything else, this is a recipe for false positives, such as JPEG's that embed plist XML content. Remove related magic and root-XML to avoid that.

Closes #169 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/scop/remove-systemprofiler-plist-magic