{"id":20929391,"url":"https://github.com/alejandrohdezma/sensitive-strings","last_synced_at":"2025-05-13T18:32:25.570Z","repository":{"id":35180045,"uuid":"213611088","full_name":"alejandrohdezma/sensitive-strings","owner":"alejandrohdezma","description":"Scalafix rule for avoiding sensitive interpolations","archived":false,"fork":false,"pushed_at":"2024-11-15T05:16:32.000Z","size":527,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-23T10:26:27.943Z","etag":null,"topics":["scala","scalafix","scalafix-rule","sensitive-data-security"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":false,"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/alejandrohdezma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"alejandrohdezma"}},"created_at":"2019-10-08T10:15:40.000Z","updated_at":"2024-09-01T05:19:45.000Z","dependencies_parsed_at":"2024-01-01T06:24:28.224Z","dependency_job_id":"3c333401-0807-4420-b339-1df9681337e3","html_url":"https://github.com/alejandrohdezma/sensitive-strings","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsensitive-strings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsensitive-strings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsensitive-strings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsensitive-strings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandrohdezma","download_url":"https://codeload.github.com/alejandrohdezma/sensitive-strings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003380,"owners_count":21997876,"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","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":["scala","scalafix","scalafix-rule","sensitive-data-security"],"created_at":"2024-11-18T21:19:15.448Z","updated_at":"2025-05-13T18:32:25.078Z","avatar_url":"https://github.com/alejandrohdezma.png","language":"Scala","readme":"# Scalafix rule for avoiding sensitive interpolations\n\nThis rule reports errors when a \"sensitive\" type is used inside a string interpolation.\n\n![](./images/lint-example.png)\n\n## Installation\n\n```sbt\nscalafixDependencies += \"com.alejandrohdezma\" %% \"sensitive-strings\" % \"0.4.0\"\n```\n\n## Configuration\n\nBy default, this rule does not disable any particular type. Add them to `symbols` configuration.\n\n```hocon\nNoSensitiveStrings.symbols = []\nNoSensitiveStrings.regex = []\n```\n\n### Examples\n\n```hocon\nNoSensitiveStrings.symbols = [\n  com.alejandrohdezma.domain.Password,\n  com.alejandrohdezma.domain.UserContext,\n  com.alejandrohdezma.domain.UserAccount\n]\nNoSensitiveStrings.regex = [\n  \"com\\\\.alejandrohdezma\\\\.domain\\\\..*\"\n]\n```\n\n#### Regex\n\nAs you can see in the previous example, you can also match against a list of regex using the `regex` configuration and providing a list of patterns.\n","funding_links":["https://ko-fi.com/alejandrohdezma"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrohdezma%2Fsensitive-strings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandrohdezma%2Fsensitive-strings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrohdezma%2Fsensitive-strings/lists"}