Skip to content

chore: Meteor 3 / NodeJS 18 upgrade - #29112

Closed
KevLehman wants to merge 100 commits into
developfrom
wip-release-3.0.x
Closed

chore: Meteor 3 / NodeJS 18 upgrade#29112
KevLehman wants to merge 100 commits into
developfrom
wip-release-3.0.x

Conversation

@KevLehman

Copy link
Copy Markdown
Member

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

this.allowedCordovaOrigins = /^http:\/\/localhost:12[0-9]{3}$/;
}

this.originRE = new RegExp(`^https?:\/\/(${rootUrl ? rootUrl : ''}${mobileRootUrl ? ('|' + mobileRootUrl) : ''})$`);

Check failure

Code scanning / CodeQL

Regular expression injection

This regular expression is constructed from a [environment variable](1). This regular expression is constructed from a [environment variable](2).
let injectHtml = '';
for (id in objs) {
obj = _.isFunction(objs[id]) ? objs[id](res) : objs[id];
injectHtml += ` <script id='${id.replace("'", '&apos;')}' type='application/ejson'>${EJSON.stringify(obj)}</script>\n`;

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of "'".
let injectHtml = '';
for (id in metas) {
const meta = this._evalToText(metas[id], res, html);
(injectHtml += ` <meta id='${id.replace("'", '&apos;')}' content='${meta.replace("'", '&apos;')}'>\n`), res;

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of "'".
let injectHtml = '';
for (id in metas) {
const meta = this._evalToText(metas[id], res, html);
(injectHtml += ` <meta id='${id.replace("'", '&apos;')}' content='${meta.replace("'", '&apos;')}'>\n`), res;

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of "'".
@ggazzo ggazzo changed the title meteor 3 wip feat: meteor 3 wip May 10, 2023
@dionisio-bot

dionisio-bot Bot commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

Looks like this PR is not ready to merge, because of the following issues:

  • This PR has conflicts, please resolve them before merging
  • This PR is missing the 'stat: QA assured' label
  • This PR is not mergeable
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@KevLehman

Copy link
Copy Markdown
Member Author

It finally happened

@KevLehman KevLehman closed this Oct 10, 2024
@sampaiodiego
sampaiodiego deleted the wip-release-3.0.x branch February 28, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants