-
Notifications
You must be signed in to change notification settings - Fork 2k
Java: Add/improve insecure trustmanager query #4879
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
smowton
merged 28 commits into
github:main
from
intrigus-lgtm:java/improve-trustmanager
Jun 25, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
87554a7
Java: Add insecure trust manager query.
intrigus 1b96d0a
Java: Remove overlapping code
intrigus 592fd1e
Java: Accept test changes
intrigus f52e438
Java: Apply suggestions from code review
intrigus-lgtm 030c286
Java: Use machine-in-the-middle consistently
intrigus-lgtm d37d922
Java: Fix Typos
intrigus 8a7f6b7
Java: Apply suggestions for QHelp
intrigus e4775e0
Java: Remove "intention-guessing" sanitizer & simplify.
intrigus 6d09db6
Java: Explicitly list custom flow steps.
intrigus 7023793
Java: Fix compilation errors in test.
intrigus 484533c
Java: Flag "intentionally" unsafe methods in tests.
intrigus 6413af4
Java: Expand tests.
intrigus 281e085
Java: Accept test changes.
intrigus 0c1ce74
Java: Switch from tabs to spaces.
intrigus 45cec3d
Java: Use `this` consistently in QL classes.
intrigus 4a00670
Java: Reduce long comment.
intrigus 6f217d3
Java: Apply suggestions from review.
intrigus 51fdcf8
Apply suggestions from code review
intrigus-lgtm dc0b06a
Java: Factor out `SecurityFlag` library.
intrigus 6bfdf8d
Java: Fix qhelp errors.
intrigus f0d4b1d
Java: Add change-note.
intrigus f527df7
Apply suggestions from code review.
intrigus-lgtm fe923fa
Java: Move comments to separate lines.
intrigus 36575bb
Move back to experimental.........
intrigus 5106aec
Fix test location.
intrigus be57aec
Remove change-note.
intrigus a79356e
Apply suggestions from code review
aschackmull 5aa711a
Accept test changes.
intrigus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Java: Remove "intention-guessing" sanitizer & simplify.
This removes the sanitizer part that classified some results as FP if the results were in methods with certain names, like `disableVerification()`. I now think that it's a bad idea to filter based on the method name. The custom flow steps in `flagFlowStep` are now listed explicitly. Simplified check whether a method throws an exception.
- Loading branch information
commit e4775e0faee885a75f4c3143d305c58abf13767d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.