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 support for per-request authentication to Jsoup.connect #2046

Merged
merged 1 commit into from
Nov 9, 2023

Added support for per-request authentication

79dde70
Select commit
Loading
Failed to load commit list.
Merged

Added support for per-request authentication to Jsoup.connect #2046

Added support for per-request authentication
79dde70
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 9, 2023 in 5s

No new alerts in code changed by this pull request

Annotations

Check notice on line 99 in src/test/java/org/jsoup/integration/ProxyTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note test

Variable 'int closed' is never read.

Check notice on line 814 in src/test/java/org/jsoup/integration/ConnectTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note test

Variable 'String password' is never read.

Check failure on line 387 in src/test/java/org/jsoup/helper/HttpConnectionTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credential in API call Critical test

Hard-coded value flows to
sensitive API call
.

Check failure on line 387 in src/test/java/org/jsoup/helper/HttpConnectionTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credential in API call Critical test

Hard-coded value flows to
sensitive API call
.

Check failure on line 393 in src/test/java/org/jsoup/helper/HttpConnectionTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credential in API call Critical test

Hard-coded value flows to
sensitive API call
.

Check failure on line 393 in src/test/java/org/jsoup/helper/HttpConnectionTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credential in API call Critical test

Hard-coded value flows to
sensitive API call
.

Check failure on line 21 in src/test/java/org/jsoup/integration/servlets/AuthFilter.java

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credential in API call Critical test

Hard-coded value flows to
sensitive API call
.

Check failure on line 26 in src/test/java/org/jsoup/integration/servlets/AuthFilter.java

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credential in API call Critical test

Hard-coded value flows to
sensitive API call
.