Skip to content
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

* Added tests to check calling Method.invoke for a method with an unt… #98

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

katherine-hough
Copy link
Collaborator

…ainted primitive parameter. The test for implicit tracking was originally failing. The test for non-implicit tracking was originally passing.

  • Added tests to check calling Method.invoke for a method with an untainted primitive array parameter. Both the test for implicit tracking and non-implicit were originally passing.
  • Added tests to check calling Method.invoke for a method with a tainted primitive parameter. Both the test for implicit tracking and non-implicit were originally failing.
  • Added tests to check calling Method.invoke for a method with a tainted primitive array parameter. Both the test for implicit tracking and non-implicit were originally failing.
  • Fixed reflection masking for implicit and non-implicit tracking when calling Method.invoke to ensure that Taints are preserved and that the type of each argument in the array of arguments correctly matches the parameter type.

…ainted primitive parameter. The test for implicit tracking was originally failing. The test for non-implicit tracking was originally passing.

* Added tests to check calling Method.invoke for a method with an untainted primitive array parameter. Both the test for implicit tracking and non-implicit were originally passing.
* Added tests to check calling Method.invoke for a method with a tainted primitive parameter. Both the test for implicit tracking and non-implicit were originally failing.
* Added tests to check calling Method.invoke for a method with a tainted primitive array parameter. Both the test for implicit tracking and non-implicit were originally failing.
* Fixed reflection masking for implicit and non-implicit tracking when calling Method.invoke to ensure that Taints are preserved and that the type of each argument in the array of arguments correctly matches the parameter type.
@jon-bell jon-bell merged commit 27dff0c into master Mar 27, 2019
@katherine-hough katherine-hough deleted the implicit-reflection-fix branch March 27, 2019 01:54
piyush69 pushed a commit to achaudhary997/phosphor that referenced this pull request Oct 22, 2019
* Added tests to check calling Method.invoke for a method with an unt…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants