{"id":19195689,"url":"https://github.com/koeonyack/securecoding-computersecurity","last_synced_at":"2026-03-01T19:30:49.845Z","repository":{"id":114611326,"uuid":"208014247","full_name":"KoEonYack/SecureCoding-ComputerSecurity","owner":"KoEonYack","description":"🔒 [컴퓨터 보안 Final Project] 모의사이트 취약점 분석을 통한 시큐어코딩의 효과성  연구","archived":false,"fork":false,"pushed_at":"2019-09-12T09:40:50.000Z","size":3506,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T04:41:59.231Z","etag":null,"topics":["securecoding","study"],"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/KoEonYack.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}},"created_at":"2019-09-12T09:32:15.000Z","updated_at":"2020-07-05T07:59:43.000Z","dependencies_parsed_at":"2023-05-10T22:45:28.086Z","dependency_job_id":null,"html_url":"https://github.com/KoEonYack/SecureCoding-ComputerSecurity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KoEonYack/SecureCoding-ComputerSecurity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoEonYack%2FSecureCoding-ComputerSecurity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoEonYack%2FSecureCoding-ComputerSecurity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoEonYack%2FSecureCoding-ComputerSecurity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoEonYack%2FSecureCoding-ComputerSecurity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KoEonYack","download_url":"https://codeload.github.com/KoEonYack/SecureCoding-ComputerSecurity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoEonYack%2FSecureCoding-ComputerSecurity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29981413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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":["securecoding","study"],"created_at":"2024-11-09T12:11:10.664Z","updated_at":"2026-03-01T19:30:49.802Z","avatar_url":"https://github.com/KoEonYack.png","language":null,"readme":"# SecureCoding-ComputerSecurity\n-----------------\n\n### 일정\n - 2018년 2학기 컴퓨터 보안  파이널 프로젝트로 수행한 시큐어 코딩에 대해 연구한 결과입니다.\n - 연구 날짜: 2018년 10월 - 2018년 11월 (약 40일)\n - 발표 날짜: 2018년 11월 29일 \n - 보고서 최종 작성 날짜: 2018년 12월 16일 - 2018년 12월 19일\n\n\n### 연구 설명\n- 본 연구를 통해서 시큐어 코딩을 하여 웹 사이트를 개발한다면 다양한 웹 공격을 막을 수 있다는 것을 보입니다. \n- 시큐어 코딩의 효과성을 보이기 위해서 실제 개발에서 많이 사용하지만 취약한 메소드를 이용하여 취약한 웹 사이트를 제작하였습니다. 시큐어 코딩 가이드 중에서 행안부에서 발간한 ‘SW 개발보안가이드’에서 제시하는 47가지 시큐어 코딩 가이드를 바탕으로 웹 사이트를 정적 분석을 하여 다양한 공격에 노출 될 수 있음을 살펴보았다. 가이드를 바탕으로 개선 코드를 제시함으로서 취약한 웹 사이트에 존재하는 많은 보안 약점을 제거할 수 있음을 보일 것입니다.\n- 시큐어 코딩 가이드를 따르지 않고 웹 사이트 개발을 할 경우 SQL 삽입, 크로스 사이트 스크립트 공격 등 다양한 공격에 취약하다는 것을 보였습니다. 하지만 시큐어 코딩 가이드의 기준을 따라서 코드를 개선한다면 다양한 공격을 방어할 수 있을 살펴보았습니다. \n- 이를 통해서 시큐어 코딩 가이드는 다양한 웹 사이트 공격을 막아서 취약점을 제거하는데 효과적이라는 결론을 내릴 수 있습니다.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoeonyack%2Fsecurecoding-computersecurity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoeonyack%2Fsecurecoding-computersecurity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoeonyack%2Fsecurecoding-computersecurity/lists"}