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

denylist package #68

Closed
3 of 4 tasks
vasco-santos opened this issue Sep 13, 2022 · 1 comment · Fixed by #125 · May be fixed by #185
Closed
3 of 4 tasks

denylist package #68

vasco-santos opened this issue Sep 13, 2022 · 1 comment · Fixed by #125 · May be fixed by #185
Assignees
Labels
kind/enhancement A net-new feature or improvement to an existing feature pi/malware-mitigation

Comments

@vasco-santos
Copy link
Contributor

vasco-santos commented Sep 13, 2022

Motivation

Found an issue when a given worker does 2+ interactions with same worker binding during the same request. It weirdly reuses same Request instance (updated with new request), which consequently makes our logger/sentry not properly reporting the request.url + request.method (they are overwritten…). If we just clone the request to provide Logger and Sentry, then all follow up requests come with same first request details…

Plan

Create denylist package and integrate it:

@vasco-santos vasco-santos added kind/enhancement A net-new feature or improvement to an existing feature pi/malware-mitigation labels Sep 13, 2022
jsdevel added a commit that referenced this issue Nov 18, 2022
@vasco-santos vasco-santos reopened this Nov 21, 2022
@vasco-santos
Copy link
Contributor Author

@jsdevel we still need to integrate this into edge-gateway package, as well as remove code from cid-verifier

vasco-santos pushed a commit that referenced this issue Dec 21, 2022
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2022-12-20)


### Features

* adding denylist package (closes
[#68](#68))
([ad93e85](ad93e85))
* using denylist from edge-gateway
([#126](#126))
([22c0123](22c0123))


### Bug Fixes

* denylist tests and logging
([82e3eaa](82e3eaa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature pi/malware-mitigation
Projects
None yet
3 participants