Merged
Conversation
meirtsvi
approved these changes
Mar 30, 2026
meirjfrog
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add Snippet Detection Entitlement to Result Metadata
Summary
Introduces a structured
Entitlementstype to replace the standaloneEntitledForJasboolean inResultsMetaData, and adds a newSnippetDetectionentitlement. Before running snippet detection, the audit command now verifies the JFrog instance is entitled for it (gated by thecurationfeature ID in Xray), failing early with a clear error if it isn't.Changes
utils/results/results.go: AddedEntitlementsstruct withJasandSnippetDetectionfields; replacedEntitledForJas boolwithEntitlements; addedSetEntitledForSnippetDetectionsetter.commands/audit/audit.go:getScanLogicOptionsnow acceptsEntitlementsand validates snippet detection entitlement before proceeding.initAuditCmdResultschecks snippet detection entitlement via a newisEntitledForSnippetDetectionfunction when snippet detection is requested.sca/bom/xrayplugin/xraylibbom.go: AddedSnippetDetectionFeatureIdconstant ("curation").EntitledForJasreferences toEntitlements.Jas(commands, parsers, result writers, policy enforcer, tests).git_test.go: Updated expected violation counts to match current test environment.Testing
git_test.go,securityJobSummary_test.go,pnpm_test.go).go vet ./....devbranch.go vet ./....go fmt ./....