-
Notifications
You must be signed in to change notification settings - Fork 226
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
Vulnerability: getInterfaceOf
doesn't fully validate, but passStyleOf
believes it
#2435
Comments
erights
added a commit
that referenced
this issue
Feb 18, 2021
erights
added a commit
that referenced
this issue
Feb 18, 2021
erights
added a commit
that referenced
this issue
Feb 22, 2021
michaelfig
pushed a commit
that referenced
this issue
Apr 26, 2021
michaelfig
pushed a commit
that referenced
this issue
Apr 26, 2021
michaelfig
pushed a commit
that referenced
this issue
Apr 26, 2021
michaelfig
pushed a commit
that referenced
this issue
Apr 27, 2021
michaelfig
pushed a commit
that referenced
this issue
Apr 27, 2021
michaelfig
pushed a commit
that referenced
this issue
Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I introduced a vulnerability in #2361 . I knew
getInterfaceOf
did not do a full validation. But I reasoned that this is ok because anyone needing a full validation should callpassStyleOf
. I forgot thatpassStyleOf
callsgetInterfaceOf
and short circuits if it returns something.The text was updated successfully, but these errors were encountered: