-
Notifications
You must be signed in to change notification settings - Fork 46
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
Handle public-id field in xmlfile conditions #221
Comments
I'm going to work on this. |
aufi
added a commit
to aufi/windup-shim
that referenced
this issue
Aug 23, 2023
XML buildin rule supported only "matches" option, enabling system-id and public-id. Related to konveyor/analyzer-lsp#221 Signed-off-by: Marek Aufart <maufart@redhat.com>
aufi
added a commit
to aufi/analyzer-lsp
that referenced
this issue
Aug 25, 2023
Adding XML-like public-id condition supporting regular expression evaluation on the public-id attribute. Related to konveyor/windup-shim#87 Related to konveyor#221 Signed-off-by: Marek Aufart <maufart@redhat.com>
aufi
added a commit
that referenced
this issue
Dec 12, 2023
Adding XML-like public-id condition supporting regular expression evaluation on the public-id attribute. Related to konveyor/windup-shim#87 Fixes: #221 Analyzer PR: 306 Windup-shim PR: 87 --------- Signed-off-by: Marek Aufart <maufart@redhat.com> Signed-off-by: Marek Aufart <aufi.cz@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
public-id
field inxmlfile
conditions indicates the Formal Public Identifier of the DTD, and it's present in some windup rules which are currently failing.The text was updated successfully, but these errors were encountered: