Skip to content

Add OpenLDAP detection#4755

Merged
kzantow merged 2 commits intoanchore:mainfrom
nadimz:openldap
Apr 13, 2026
Merged

Add OpenLDAP detection#4755
kzantow merged 2 commits intoanchore:mainfrom
nadimz:openldap

Conversation

@nadimz
Copy link
Copy Markdown
Contributor

@nadimz nadimz commented Apr 9, 2026

Description

Add support for OpenLDAP classification by detecting ldapsearch binary.
Followed Improving Syft’s Binary Detection Guide.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (please discuss with the team first; Syft is 1.0 software and we won't accept breaking changes without going to 2.0)
  • Documentation (updates the documentation)
  • Chore (improve the developer experience, fix a test flake, etc, without changing the visible behavior of Syft)
  • Performance (make Syft run faster or use less memory, without changing visible behavior much)

Checklist

  • I have added unit tests that cover changed behavior
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections

Issue references

Fixes: #4768

Signed-off-by: Nadim Zubidat <nadimz@users.noreply.github.com>
@nadimz
Copy link
Copy Markdown
Contributor Author

nadimz commented Apr 13, 2026

Updated the binary cataloger capabilities with go generate ./internal/capabilities to address the workflow failure.

Signed-off-by: Nadim Zubidat <nadimz@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@kzantow kzantow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @nadimz !

@kzantow kzantow merged commit bcc1f15 into anchore:main Apr 13, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for OpenLDAP binary detection

2 participants