Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use Prettier to format samples#1203

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
jhuleatt wants to merge6 commits intomain
base:main
Choose a base branch
Loading
fromjhuleatt-prettier
Open

Conversation

@jhuleatt
Copy link
Collaborator

No description provided.

lines[index]=makeKeyFirebaseCompatible(`"${line.replace(":",'":{')}`);
}else{
constsplit=line.replace('"','\\"').split(': ');
constsplit=line.replace('"','\\"').split(": ");

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '"'.
varurl=snapshot.metadata.downloadURLs[0];
console.log("File available at",url);
this.linkContainer.innerHTML=
'<a href="'+url+'">/'+filePath+"</a>";

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
Loading
is reinterpreted as HTML without escaping meta-characters.
DOM text
Loading
is reinterpreted as HTML without escaping meta-characters.
for(leti=0;i<tracers.length;i++){
ray(Math.round(27/tracers[i]),81,ctx,{x:243,y:0});
constctx=canvas.getContext("2d");
for(leti=0;i<tracers.length;i++){

Check failure

Code scanning / CodeQL

Loop bound injection High

Iteration over a user-controlled object with a potentially unbounded .length property from a
user-provided value
Loading
.
functions.logger.error('Error minting token.',err);
res.status(500).send('Error minting token.');
}
app.get("/firebaseCustomToken",[cors,oktaAuth],async(req,res)=>{

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
Loading
, but is not rate-limited.
}
// [START v1domainHttpsError]
// Only users of a specific domain can sign up.
if(!email.includes("acme.com")){

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
acme.com
Loading
' can be anywhere in the URL, and arbitrary hosts may come before or after it.
projectId:'my-project',
databaseURL:'https://my-project.firebaseio.com'
projectId:"my-project",
databaseURL:"https://my-project.firebaseio.com",

Check failure

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
Loading
, has an unescaped '.' before 'firebaseio.com', so it might match more hosts than expected.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@jhuleatt

[8]ページ先頭

©2009-2025 Movatter.jp