PSCE-239: feat: adds validation for YAML trestle rules#52
Merged
afflom merged 3 commits intocomplytime:mainfrom Oct 12, 2023
Merged
PSCE-239: feat: adds validation for YAML trestle rules#52afflom merged 3 commits intocomplytime:mainfrom
afflom merged 3 commits intocomplytime:mainfrom
Conversation
…fore pydantic Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Updates the rules transform task to make sure all errors for a component defintion are collection during transformation and presented back to the user to make errors easier to address at one time. Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
6f4d834 to
480e523
Compare
afflom
approved these changes
Oct 12, 2023
marcusburghardt
added a commit
to marcusburghardt/complyscribe
that referenced
this pull request
Apr 21, 2026
Updates nltk to 3.9.4 for Python >= 3.10 environments. This resolves multiple security advisories affecting nltk <= 3.9.2/3.9.3. Note: nltk 3.9.4 requires Python >= 3.10. For Python 3.9 environments, nltk remains at 3.9.2 due to upstream compatibility constraints. Resolves Dependabot alerts: complytime#52, complytime#71, complytime#63, complytime#62, complytime#61, complytime#60 See: GHSA-7p94-766c-hgjp See: GHSA-h8wq-7xc4-p3qx See: GHSA-469j-vmhf-r6v7 See: GHSA-jm6w-m3j8-898g See: GHSA-p423-j2cm-9vmq See: GHSA-gfwx-w7gr-fvh7 See: GHSA-rf74-v2fm-23pw Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
marcusburghardt
added a commit
to marcusburghardt/complyscribe
that referenced
this pull request
Apr 22, 2026
Updates nltk to 3.9.4 for Python >= 3.10 environments. This resolves multiple security advisories affecting nltk <= 3.9.2/3.9.3. Note: nltk 3.9.4 requires Python >= 3.10. For Python 3.9 environments, nltk remains at 3.9.2 due to upstream compatibility constraints. Resolves Dependabot alerts: complytime#52, complytime#71, complytime#63, complytime#62, complytime#61, complytime#60 See: GHSA-7p94-766c-hgjp See: GHSA-h8wq-7xc4-p3qx See: GHSA-469j-vmhf-r6v7 See: GHSA-jm6w-m3j8-898g See: GHSA-p423-j2cm-9vmq See: GHSA-gfwx-w7gr-fvh7 See: GHSA-rf74-v2fm-23pw Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
marcusburghardt
added a commit
to marcusburghardt/complyscribe
that referenced
this pull request
Apr 22, 2026
Updates nltk to 3.9.4 for Python >= 3.10 environments. This resolves multiple security advisories affecting nltk <= 3.9.2/3.9.3. Note: nltk 3.9.4 requires Python >= 3.10. For Python 3.9 environments, nltk remains at 3.9.2 due to upstream compatibility constraints. Resolves Dependabot alerts: complytime#52, complytime#71, complytime#63, complytime#62, complytime#61, complytime#60 See: GHSA-7p94-766c-hgjp See: GHSA-h8wq-7xc4-p3qx See: GHSA-469j-vmhf-r6v7 See: GHSA-jm6w-m3j8-898g See: GHSA-p423-j2cm-9vmq See: GHSA-gfwx-w7gr-fvh7 See: GHSA-rf74-v2fm-23pw Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
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.
Description
Adds basic validation implementation which allows for additional validation on top of pydantic.
Some Ideas for future validation
Blocked #50
Type of change
How has this been tested?
Checklist