altered pdf file is still validated #140
Unanswered
rachmanmarjianto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to validate an altered PDF and the validation's result is still true. Then I checked your validation code.
This line gives the validation result --> isValidated : true
$finalContent['validated'] = !!count(array_intersect_key(array_flip(['OU', 'CN']), $finalContent));
I don't understand, what does the variable isValidated in ValidatedSignedPDF's object mean?
Beta Was this translation helpful? Give feedback.
All reactions