Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Detect containers by searching the registry #19

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

justusmoroni
Copy link
Member

Before we checked if a CType contained a specific
string to check if it is a container. This was
open to false positives if a normal content
element also contained this string.

We now check the proper place to detect if a CType is registered as a container.

Related: #6

@justusmoroni justusmoroni self-assigned this Apr 3, 2024
extcode
extcode previously approved these changes Apr 3, 2024
Before we checked if a CType contained a specific
string to check if it is a container. This was
open to false positives if a normal content
element also contained this string.

We now check the proper place to detect if a CType
is registered as a container.

Related: #6
@justusmoroni justusmoroni merged commit a67d099 into main Apr 3, 2024
12 checks passed
@justusmoroni justusmoroni deleted the feature/6-container-detection branch April 3, 2024 15:10
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.

2 participants