Closed 2lambda123 closed 6 months ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Thanks @2lambda123 for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
👋 Figuring out if a PR is useful is hard, hopefully this will help.
- @2lambda123 has been on GitHub since 2019 and in that time has had 1950 public PRs merged
- They haven't contributed to this repo before
- Here's a good example of their work: HeyGenClone
- From looking at their profile, they seem to be good with JavaScript and TypeScript.
Their most recently public accepted PR is: https://github.com/2lambda123/auth0-auth0-spa-js/pull/7
PR Details of @2lambda123 in KasperskyLab-TinyCheck : | OPEN | CLOSED | TOTAL |
---|---|---|---|
3 | 0 | 3 |
The recent update in the zeekengine.py
file corrects the assignment of the destination IP field, ensuring accurate identification of the response host in our network analysis. This change enhances the accuracy of data parsing and analysis within the system.
File Path | Change Summary |
---|---|
.../zeekengine.py |
Updated assignment of ip_dst from record["id.orig_p"] to record["id.resp_h"] . |
🐇💻 To the fields of code where bugs roam free, A diligent rabbit hops with glee. With a tiny tweak here and there, Ensuring the data flows are fair. Oh, rejoice in this digital spree!
analysis/classes/zeekengine.py (1)
`273-273`: Corrected the assignment of `ip_dst` to align with the official Zeek documentation.
Check out the playback for this Pull Request here.
Fixed field mapping @ zeekengine.py: resp_h is destination host, please refer to https://docs.zeek.org/en/current/log-formats.html
Description
Related Issue
Types of changes
Checklist:
Summary by CodeRabbit