Skip to content

Java: Fix a couple of taint models for java.nio.file.Path(s) #11346

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

Merged
merged 2 commits into from
Nov 21, 2022

Conversation

atorralba
Copy link
Contributor

Adds a MaD row for Path.getParent, and fixes the row for Paths.get to correctly take into account the varargs without requiring implicit read steps.

@atorralba atorralba requested a review from a team as a code owner November 21, 2022 14:19
@github-actions github-actions bot added the Java label Nov 21, 2022
aschackmull
aschackmull previously approved these changes Nov 21, 2022
@github-actions
Copy link
Contributor

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

java

Generated file changes for java

  • Changes to framework-coverage-java.rst:
-    Java Standard Library,``java.*``,3,589,130,28,,,7,,,10
+    Java Standard Library,``java.*``,3,591,130,28,,,7,,,10
-    Totals,,217,8432,1524,129,6,10,107,33,1,86
+    Totals,,217,8434,1524,129,6,10,107,33,1,86
  • Changes to framework-coverage-java.csv:
- java.nio,15,,14,,13,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,14,
+ java.nio,15,,16,,13,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,16,

@github-actions
Copy link
Contributor

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

java

Generated file changes for java

  • Changes to framework-coverage-java.rst:
-    Java Standard Library,``java.*``,3,589,130,28,,,7,,,10
+    Java Standard Library,``java.*``,3,591,130,28,,,7,,,10
-    Totals,,217,8432,1524,129,6,10,107,33,1,86
+    Totals,,217,8434,1524,129,6,10,107,33,1,86
  • Changes to framework-coverage-java.csv:
- java.nio,15,,14,,13,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,14,
+ java.nio,15,,16,,13,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,16,

@atorralba atorralba merged commit e28f1ff into github:main Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants