{"id":29828994,"url":"https://github.com/nedap/meta-security","last_synced_at":"2026-02-06T22:33:05.774Z","repository":{"id":277817104,"uuid":"930940458","full_name":"nedap/meta-security","owner":"nedap","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-11T13:17:13.000Z","size":4729,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"scarthgap","last_synced_at":"2025-09-30T02:46:36.811Z","etag":null,"topics":["yocto"],"latest_commit_sha":null,"homepage":"https://git.yoctoproject.org/meta-security","language":"BitBake","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nedap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T13:15:54.000Z","updated_at":"2025-02-24T11:12:48.000Z","dependencies_parsed_at":"2025-02-16T11:28:22.891Z","dependency_job_id":null,"html_url":"https://github.com/nedap/meta-security","commit_stats":null,"previous_names":["nedap/meta-security"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nedap/meta-security","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedap","download_url":"https://codeload.github.com/nedap/meta-security/tar.gz/refs/heads/scarthgap","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-security/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29179420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T22:12:24.066Z","status":"ssl_error","status_checked_at":"2026-02-06T22:12:09.859Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["yocto"],"created_at":"2025-07-29T08:15:00.754Z","updated_at":"2026-02-06T22:33:05.758Z","avatar_url":"https://github.com/nedap.png","language":"BitBake","funding_links":[],"categories":[],"sub_categories":[],"readme":"Meta-security\n=============\n\nThe bbappend files for some recipes (e.g. linux-yocto) in this layer need\nto have 'security' in DISTRO_FEATURES to have effect.\nTo enable them, add in configuration file the following line.\n\n  DISTRO_FEATURES:append = \" security\"\n\nIf meta-security is included, but security  is not enabled as a\ndistro feature a warning is printed at parse time:\n\n    You have included the meta-security layer, but\n    'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files\n    and preferred version setting may not take effect.\n\nIf you know what you are doing, this warning can be disabled by setting the following\nvariable in your configuration:\n\n  SKIP_META_SECURITY_SANITY_CHECK = 1\n\nThis layer provides security tools, hardening tools for Linux kernels\nand libraries for implementing security mechanisms.\n\nDependencies\n============\n\nThis layer depends on:\n\n  URI: git://git.openembedded.org/openembedded-core\n  branch: [same one as checked out for this layer]\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-oe\n  branch: [same one as checked out for this layer]\n\nAdding the security layer to your build\n========================================\n\nIn order to use this layer, you need to make the build system aware of\nit.\n\nAssuming the security layer exists at the top-level of your\nyocto build tree, you can add it to the build system by adding the\nlocation of the security layer to bblayers.conf, along with any\nother layers needed. e.g.:\n\n  BBLAYERS ?= \" \\\n    /path/to/oe-core/meta \\\n    /path/to/meta-openembedded/meta-oe \\\n    /path/to/layer/meta-security \"\n\nOptional Dynamic layer dependancy\n======================================\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-oe\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-perl\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-python\n\n  BBLAYERS += \"/path/to/layer/meta-openembedded/meta-oe\"\n  BBLAYERS += \"/path/to/layer/meta-openembedded/meta-perl\"\n  BBLAYERS += \"/path/to/layer/meta-openembedded/meta-python\"\n\nThis will activate the dynamic-layer mechanism.\n\n\n\nMaintenance\n======================================\n\nSend pull requests, patches, comments or questions to yocto-patches@lists.yoctoproject.org  \n\nWhen sending single patches, please using something like:\n'git send-email -1 --to yocto-patches@lists.yoctoproject.org --subject-prefix=meta-security][PATCH'\n\nThese values can be set as defaults for this repository:\n\n$ git config sendemail.to yocto@lists.yoctoproject.org\n$ git config format.subjectPrefix meta-security][PATCH\n\nNow you can just do 'git send-email origin/master' to send all local patches.\n\nFor pull requests, please use create-pull-request and send-pull-request. \n\nMaintainers:    Armin Kuster \u003cakuster808@gmail.com\u003e\n\n\nLicense\n=======\n\nAll metadata is MIT licensed unless otherwise stated. Source code included\nin tree for individual recipes is under the LICENSE stated in each recipe\n(.bb file) unless otherwise stated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fmeta-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedap%2Fmeta-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fmeta-security/lists"}