Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

agent/backend/signal: do not drop a trace on empty port numbers #144

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

Julio-Guerra
Copy link
Collaborator

Avoid dropping an http trace when a port number cannot be parsed.

Avoid dropping an http trace when a port number cannot be parsed.
@Julio-Guerra Julio-Guerra added bug Something isn't working internals Internal feature labels Aug 31, 2020
@Julio-Guerra Julio-Guerra added this to the v0.14.0 milestone Aug 31, 2020
@Julio-Guerra Julio-Guerra self-assigned this Aug 31, 2020
@Julio-Guerra Julio-Guerra merged commit 2282ea7 into dev Aug 31, 2020
@Julio-Guerra Julio-Guerra deleted the fix/http-trace-port branch August 31, 2020 13:27
@Julio-Guerra Julio-Guerra mentioned this pull request Sep 2, 2020
Julio-Guerra pushed a commit that referenced this pull request Sep 2, 2020
New Feature

- (#142) RASP: add Shellshock protection support. This protection is currently
  attached to `os.StartProcess()` which is the common function of the Go
  standard library to execute a process. This protection can be configured at
  <https://my.sqreen.com/application/goto/modules/rasp/details/shellshock>.

Fixes

- (#145) In-App WAF: always recover from panics as this in the way the `reflect`
  package handles usage errors.

- (#144) Backend client: avoid dropping HTTP traces in case of `Host` header
  parsing errors.
Julio-Guerra pushed a commit that referenced this pull request Sep 2, 2020
New Feature:

- (#142) RASP: add Shellshock protection support. This protection is currently
  attached to `os.StartProcess()` which is the common function of the Go
  standard library to execute a process. This protection can be configured at
  <https://my.sqreen.com/application/goto/modules/rasp/details/shellshock>.

Fixes:

- (#145) In-App WAF: always recover from panics as this in the way the `reflect`
  package handles usage errors.

- (#144) Backend client: avoid dropping HTTP traces in case of `Host` header
  parsing errors.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working internals Internal feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant