Reading link with unhashed phone should show a warning

Open Beginner friendly
#145 0 comments 0 reactions 1 assignee View on GitHub

@Absulit is already working on this.

Since Sep 6, 2026.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
javascript
Domain
security

Research direction

Look for the code that processes the URL parameters, likely in a frontend routing or validation module. The issue is about detecting and warning when a 'phone' parameter is unhashed. Find where the link is parsed and add a check for the expected hash format. Test by creating a link with an unhashed phone number as shown in the issue body and verify a warning appears instead of a silent failure.

Written by the indexing model from the issue text.

Description

bug enhancement

It currently fails silently. Throws an error because of this.

The user must know that the link was tampered with.

Example of faling link

indexedDB.deleteDatabase('sf');
window.location.href = 'https://192.168.1.119:5173/sinpefacil/?phone=88888888=&name=product1&price=1000&detail=desc'
Dominant language
JavaScript
Stars
0
Forks
0
Avg merge
2m
Merged PRs (30d)
105

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Absulit/sinpefacil

All issues in Absulit/sinpefacil

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.