You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: RELEASES.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
## Releases
2
2
3
+
## 1.0.8
4
+
Fixed security issue where a redirect (e.g. 302) to another domain would pass headers. The fix was to strip the authorization header if the hostname was different. More [details in PR #27](https://github.com/actions/http-client/pull/27)
5
+
3
6
## 1.0.7
4
7
Update NPM dependencies and add 429 to the list of HttpCodes
5
8
@@ -13,4 +16,4 @@ Adds \<verb>Json() helper methods for json over http scenarios.
13
16
Started to add \<verb>Json() helper methods. Do not use this release for that. Use >= 1.0.5 since there was an issue with types.
0 commit comments