{"id":33179555,"url":"https://github.com/augustd/owasp-security-logging","last_synced_at":"2026-01-16T07:02:18.944Z","repository":{"id":15751511,"uuid":"18490225","full_name":"augustd/owasp-security-logging","owner":"augustd","description":"OWASP Security Logging library for Java","archived":false,"fork":false,"pushed_at":"2023-11-29T21:50:27.000Z","size":329,"stargazers_count":119,"open_issues_count":17,"forks_count":35,"subscribers_count":16,"default_branch":"master","last_synced_at":"2026-01-14T17:28:41.713Z","etag":null,"topics":["java","log4j","logback","logging","security"],"latest_commit_sha":null,"homepage":"https://www.owasp.org/index.php/OWASP_Security_Logging_Project","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/augustd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2014-04-06T13:32:44.000Z","updated_at":"2025-08-13T11:11:48.000Z","dependencies_parsed_at":"2022-09-26T20:31:20.917Z","dependency_job_id":null,"html_url":"https://github.com/augustd/owasp-security-logging","commit_stats":null,"previous_names":["javabeanz/owasp-security-logging"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/augustd/owasp-security-logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustd%2Fowasp-security-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustd%2Fowasp-security-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustd%2Fowasp-security-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustd%2Fowasp-security-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augustd","download_url":"https://codeload.github.com/augustd/owasp-security-logging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustd%2Fowasp-security-logging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["java","log4j","logback","logging","security"],"created_at":"2025-11-16T03:00:36.837Z","updated_at":"2026-01-16T07:02:18.935Z","avatar_url":"https://github.com/augustd.png","language":"Java","readme":"[![Build Status](https://travis-ci.org/javabeanz/owasp-security-logging.svg?branch=master)](https://travis-ci.org/javabeanz/owasp-security-logging)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/140/badge)](https://bestpractices.coreinfrastructure.org/projects/140)\n[![Coverity Scan Status](https://scan.coverity.com/projects/3657/badge.svg)](https://scan.coverity.com/projects/3657)\n[![codecov.io](https://codecov.io/github/javabeanz/owasp-security-logging/coverage.svg?branch=master)](https://codecov.io/github/javabeanz/owasp-security-logging?branch=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/grade/4a192a53a1ed4dbd9ec6f029cba60af1)](https://www.codacy.com/app/java-development/owasp-security-logging)\n\n[![License][license-image]][license-url]\n[![Version][maven-version]][maven-url]\n\nowasp-security-logging\n======================\n\n[OWASP Security Logging Project](https://www.owasp.org/index.php/OWASP_Security_Logging_Project) - Standard Java API to log security related events.  [Documentation](https://github.com/javabeanz/owasp-security-logging/wiki)\n\nView our [AppSec Europe 2016 presentaton about this project](http://www.slideshare.net/MiltonSmith6/how-to-use-owasp-security-logging) on SlideShare.\n\n## Usage with Maven: \nAs of version 1.1.0 Logback and Log4j support are in separate projects. To use OWASP Security Logging with Logback, add the following Maven dependency to pom.xml:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.owasp\u003c/groupId\u003e\n  \u003cartifactId\u003esecurity-logging-logback\u003c/artifactId\u003e\n  \u003cversion\u003eLATEST\u003c/version\u003e\n\u003c/dependency\u003e\n```\n(Also see [Usage with Logback](https://github.com/javabeanz/owasp-security-logging/wiki/Usage-with-Logback))\n\nTo use it with Log4j, add: \n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.owasp\u003c/groupId\u003e\n  \u003cartifactId\u003esecurity-logging-log4j\u003c/artifactId\u003e\n  \u003cversion\u003eLATEST\u003c/version\u003e\n\u003c/dependency\u003e\n```\n(Log4j users please see [Usage with Log4j](https://github.com/javabeanz/owasp-security-logging/wiki/Usage-with-Log4j))\n\nMaven imports will automatically include the common classes. If using OWASP Security Logging on your classpath, you need to include security-logging-common-VERSION.jar in addition to the correct jar for either Logback or Log4j. \n\n----\n\n[license-url]: https://github.com/javabeanz/owasp-security-logging/blob/master/LICENSE\n[license-image]: https://img.shields.io/badge/license-apache%20v2-brightgreen.svg\n\n[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cowasp%20security%20logging\n[maven-version]: https://img.shields.io/maven-central/v/org.owasp/security-logging.svg?style=flat\n","funding_links":[],"categories":["日志库"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustd%2Fowasp-security-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustd%2Fowasp-security-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustd%2Fowasp-security-logging/lists"}