{"id":42914549,"url":"https://github.com/sjoerdev/powershell-security-policy","last_synced_at":"2026-01-30T17:04:31.715Z","repository":{"id":333396603,"uuid":"1137141823","full_name":"sjoerdev/powershell-security-policy","owner":"sjoerdev","description":"how to disable the powershell security policy","archived":false,"fork":false,"pushed_at":"2026-01-19T01:12:01.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-19T11:13:01.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjoerdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-19T01:09:57.000Z","updated_at":"2026-01-19T01:12:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sjoerdev/powershell-security-policy","commit_stats":null,"previous_names":["sjoerdev/powershell-security-policy"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sjoerdev/powershell-security-policy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjoerdev%2Fpowershell-security-policy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjoerdev%2Fpowershell-security-policy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjoerdev%2Fpowershell-security-policy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjoerdev%2Fpowershell-security-policy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjoerdev","download_url":"https://codeload.github.com/sjoerdev/powershell-security-policy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjoerdev%2Fpowershell-security-policy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-30T17:04:27.288Z","updated_at":"2026-01-30T17:04:31.703Z","avatar_url":"https://github.com/sjoerdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# how to deal with the powershell security policy\n\n```powershell\n# list the current policy (no admin)\nGet-ExecutionPolicy -List\n\n# bypass current user (no admin)\nSet-ExecutionPolicy Bypass -Scope CurrentUser -Force\n\n# bypass whole machine (admin required)\nSet-ExecutionPolicy Bypass -Scope LocalMachine -Force\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjoerdev%2Fpowershell-security-policy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjoerdev%2Fpowershell-security-policy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjoerdev%2Fpowershell-security-policy/lists"}