We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Engine
There is currently no check for the value of the Engine attribute of a rule:
dgc-certlogic-ios/Sources/CertLogic/CertLogic.swift
Lines 51 to 70 in 14bcdce
If a rule has the attribute Engine with a value other than CERTLOGIC, the rule is not evaluated but reported as open.
CERTLOGIC
open
see code
n/a
add if statement
if
The text was updated successfully, but these errors were encountered:
@mlenkeit @alexchornyi please check #33
Sorry, something went wrong.
@SchulzeStTSI I approved your PR please merge @mlenkeit please review and close If all ok
We're still waiting for the PR to be merged...
No branches or pull requests
Describe the bug
There is currently no check for the value of the
Engine
attribute of a rule:dgc-certlogic-ios/Sources/CertLogic/CertLogic.swift
Lines 51 to 70 in 14bcdce
Expected behaviour
If a rule has the attribute
Engine
with a value other thanCERTLOGIC
, the rule is not evaluated but reported asopen
.Steps to reproduce the issue
see code
Technical details
n/a
Possible Fix
add
if
statementAdditional context
n/a
The text was updated successfully, but these errors were encountered: