{"id":22281596,"url":"https://github.com/whitesource/curekit","last_synced_at":"2025-08-01T18:14:49.013Z","repository":{"id":40366914,"uuid":"337072470","full_name":"whitesource/CureKit","owner":"whitesource","description":"A repository containing code security remediation solutions used by WhiteSource Cure","archived":false,"fork":false,"pushed_at":"2022-05-15T14:59:41.000Z","size":96,"stargazers_count":8,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-05T03:23:38.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cure.whitesource.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whitesource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-08T12:43:12.000Z","updated_at":"2022-10-16T20:14:58.000Z","dependencies_parsed_at":"2022-08-09T18:23:40.681Z","dependency_job_id":null,"html_url":"https://github.com/whitesource/CureKit","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/whitesource/CureKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitesource%2FCureKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitesource%2FCureKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitesource%2FCureKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitesource%2FCureKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whitesource","download_url":"https://codeload.github.com/whitesource/CureKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitesource%2FCureKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267580457,"owners_count":24110844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-12-03T16:19:36.223Z","updated_at":"2025-07-28T20:31:05.415Z","avatar_url":"https://github.com/whitesource.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"CureKit - WhiteSource Cure Encoding Package\n==========================\n\n[![Language](https://img.shields.io/badge/language-Java-pink)](https://travis-ci.org/OWASP/owasp-java-encoder) [![Build Status](https://travis-ci.org/OWASP/owasp-java-encoder.svg?branch=main)](https://travis-ci.org/OWASP/owasp-java-encoder) [![License](https://img.shields.io/badge/license-Apache%202.0-blue)](https://www.apache.org/licenses/LICENSE-2.0.html)\n\nCureKit is a security library mostly used by the WhiteSource Cure self-fixing product.\n\nWhiteSource Cure is an innovative solution that automatically generates remediation suggestions for vulnerabilities identified by detection tools in proprietary code.\nThe remediation suggestions are presented on the vulnerable code itself and can be used as-is in your IDE.\n\nCureKit contains encoders and other utilities, critical to the Self-Healing process suggested by WhiteSource Cure.\nThe sanitization methods offered in CureKit offer solutions for security vulnerabilities in your code, such as\nCross-Site Scripting, Path Traversal, Os Command Injection and more.\nThese methods rely on OWASP's encoders and best-practice fix recommendations.\n\nStart using the CureKit Sanitizers\n-----------------------------------\nYou can download a JAR from [Maven Central](https://search.maven.org/artifact/io.whitesource/curekit/1.0.3/jar).\n\nThe jar is also available in Maven:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.whitesource\u003c/groupId\u003e\n    \u003cartifactId\u003ecurekit\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nQuick Overview\n--------------\nThe CureKit Java library is intended for quick contextual encoding with very little\noverhead, either in performance or usage. To get started, simply add the encoder-1.0.3.jar,\nimport io.whitesource.cure.Encoder and start using.\n\nExample usage:\n\n```java\n    PrintWriter out = ....;\n        out.println(\"\u003ctextarea\u003e\"+Encode.forHtmlXss(userData)+\"\u003c/textarea\u003e\");\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitesource%2Fcurekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitesource%2Fcurekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitesource%2Fcurekit/lists"}