Versions in this module Expand all Collapse all v1 v1.5.6 Feb 16, 2017 GO-2021-0073 +2 more GO-2021-0073: Arbitrary command execution in github.com/git-lfs/git-lfs GO-2025-3390: Git LFS permits exfiltration of credentials via crafted HTTP URLs in github.com/git-lfs/git-lfs GO-2025-4038: Git LFS may write to arbitrary files via crafted symlinks in github.com/git-lfs/git-lfs Changes in this version + const LockListSchema + const LockRequestSchema + const LockResponseSchema + const UnlockRequestSchema + const UnlockResponseSchema + func Refute(t *testing.T, schemaName string, got interface{}) + func Validate(t *testing.T, schemaName string, got interface{}) + type SchemaValidator struct + Schema gojsonschema.JSONLoader + Subject gojsonschema.JSONLoader + func NewSchemaValidator(t *testing.T, schemaName string, got interface{}) *SchemaValidator + func (v *SchemaValidator) Assert(t *testing.T) + func (v *SchemaValidator) Refute(t *testing.T)