RocketMap icon indicating copy to clipboard operation
RocketMap copied to clipboard

Results 21 RocketMap issues
Sort by recently updated
recently updated
newest added

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 2.1.2 to 3.0.9. Release notes Sourced from flask-cors's releases. Release 3.0.9 Security Escape path before evaluating resource rules (thanks @​praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.3.1 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.10 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...

dependencies

## Description Reworked discord authentication. My work was based of two pull requests from @TheFirstAvenger and @ngovil21. Uses Flask session (i.e secure cookies) to keep users authenticated. - Allows required...

## Description Fixes a bunch of issues with sending webhooks: - Stops RM from shooting itself in the foot with connection pooling - Fixes bug with frame intervals - Adds...

Waiting for test

## Description This updates the Discord Oauth to store the UserAuthCode using cookies and checks authorizations before the page loads ## Motivation and Context Fixes security issues with previous implementation....

enhancement
help wanted
Changes requested

My first coding project, still learning. Be nice please :p i wanna thank @Qualimiox for inspiring me to do this PR. ## Description Set values in custom.js to configure/show button...

Port from stock RM ## Description Refer to: https://github.com/RocketMap/RocketMap/pull/2440 Thanks to @KartulUdus for the work! ## Motivation and Context ## How Has This Been Tested? On my own server. Working...

enhancement
good first issue
Changes requested

When encounters are activated, a malicious user can ask for all the statistics, even when the statistics are disabled by configuration in the JavaScript code. With this change you can...

enhancement
Changes requested