Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MerginMaps/python-api-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.14.0
Choose a base ref
...
head repository: MerginMaps/python-api-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 20, 2026

  1. Fix plugins.qgis.org security-review findings

    Rename token_prefix -> bearer_prefix in decode_token_data so the
    "Bearer " scheme prefix no longer trips Bandit B105 (hardcoded
    password) - a critical, non-waivable finding that auto-rejects the
    bundled plugin on plugins.qgis.org.
    
    Suppress the three internal asserts with "# nosec B101" so they do
    not fail the review's Bandit check on a web upload.
    harminius committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    62e15c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Merge pull request #309 from MerginMaps/fix/qgis-plugin-security-b105

    Fix plugins.qgis.org security-review findings
    harminius authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    f7a8940 View commit details
    Browse the repository at this point in the history
  2. bump to 0.14.1

    harminius committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    797d34c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #311 from MerginMaps/bump_0141

    bump to 0.14.1
    harminius authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    6f4b26f View commit details
    Browse the repository at this point in the history
Loading