phpmyadmin / phpmyadmin/website

Add links validation and https upgrade command

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement hardening
Dominant language
Python
Stars
55
Forks
103
PR merge metrics
No merged PRs in 30d

Description

We should add management command, which would go through all links inside database and check them:

  • Report broken links
  • Report links which use http while they should use https
  • Optionally upgrade http links to https

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.

Research direction

Start by locating the Django management-command entry point and the code that reads links from the database. Check how existing commands are run and how database-related behavior is tested. Done means the command reports broken links, identifies HTTP links that should use HTTPS, and optionally upgrades them.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.