-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guard against users using relative pathing to set the project name to the .dme in the repository #1835
Merged
+149
−83
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cyberboss
added
Client
Issue with the .NET client library
Fix
Fixes incorrect functionality
REST
The JSON REST API for server control
Area: Compiler
With regard to managing the deployment process
labels
Jul 25, 2024
Cyberboss
added
the
Security
Issue pertaining to Authentication/Authorization or NTC (Never Trust the Client)
label
Jul 25, 2024
Cyberboss
force-pushed
the
BarGoesUpInFlames
branch
from
July 25, 2024 02:17
e6ae185
to
7981829
Compare
Cyberboss
force-pushed
the
BarGoesUpInFlames
branch
from
July 26, 2024 15:24
7981829
to
782c8d4
Compare
Cyberboss
force-pushed
the
BarGoesUpInFlames
branch
from
July 26, 2024 15:26
002e5ac
to
80e3d03
Compare
Cyberboss
force-pushed
the
BarGoesUpInFlames
branch
from
July 26, 2024 21:04
80e3d03
to
3acd25e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1835 +/- ##
==========================================
- Coverage 95.97% 95.95% -0.02%
==========================================
Files 713 713
Lines 163357 163366 +9
Branches 3229 3226 -3
==========================================
- Hits 156784 156762 -22
- Misses 6085 6114 +29
- Partials 488 490 +2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Compiler
With regard to managing the deployment process
Client
Issue with the .NET client library
Fix
Fixes incorrect functionality
REST
The JSON REST API for server control
Security
Issue pertaining to Authentication/Authorization or NTC (Never Trust the Client)
Swarm
Related to server swarm feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PRs I shouldn't have to make.
🆑
You can no longer deploy a .dme file outside of the deployment directory.
Fixed Windows path normalization applying to Linux instances in the same swarm.
/🆑
🆑 HTTP API
Added ErrorCode 107 for if a deployment is attempted with a project outside the deployment directory.
/🆑