cnumr / cnumr/GreenIT-Analysis

"No cookie for static ressources" when cookies have a path

Open
#37 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
161
Forks
38
PR merge metrics
No merged PRs in 30d

Description

The extension wrongly complains about cookies for static resources when cookies has a path.
For example, this resource : https://example.com/build/runtime.2b530b.js
The cookies on this domain are defined with a path that does not match the resource: "PHP=xxx; path=/admin".

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the report with https://example.com/build/runtime.2b530b.js and a cookie such as "PHP=xxx; path=/admin". Trace the extension's static-resource cookie check; done means it no longer reports cookies whose path does not match the resource, while matching cookies remain handled correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.