Skip to content
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

Werewolf the Apocalypse 5 #116

Merged
merged 35 commits into from
Aug 7, 2023
Merged

Werewolf the Apocalypse 5 #116

merged 35 commits into from
Aug 7, 2023

Conversation

Daelso
Copy link
Owner

@Daelso Daelso commented Aug 2, 2023

No description provided.

const tribes = await Tribes.findAll();
res.json(tribes);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
const tribes = await Tribes.findAll();
res.json(tribes);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
const auspices = await Auspices.findAll();
res.json(auspices);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
server/api/garou.js Fixed Show fixed Hide fixed
server/api/garou.js Fixed Show fixed Hide fixed
const renown_types = await RenownTypes.findAll();
res.json(renown_types);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
});
res.json(native_gifts);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
});
res.json(gifts);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
});
res.json(gifts);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
server/api/garou.js Fixed Show fixed Hide fixed
server/api/garou.js Fixed Show fixed Hide fixed
server/api/garou.js Fixed Show fixed Hide fixed
const garou = await Garou.findByPk(req.params.id);
res.json(garou);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
const rites = await Rites.findAll();
res.json(rites);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
server/api/garou.js Fixed Show fixed Hide fixed
server/api/garou.js Fixed Show fixed Hide fixed
garou.destroy();
res.status(200).send("Deletion successful");
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.
Exception text
is reinterpreted as HTML without escaping meta-characters.
Exception text
is reinterpreted as HTML without escaping meta-characters.
server/api/garou.js Fixed Show fixed Hide fixed
const rites = await Rites.findAll();
res.json(rites);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
server/api/garou.js Fixed Show fixed Hide fixed
const garou = await Garou.findByPk(req.params.id);
res.json(garou);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
const garou = await Garou.findByPk(req.params.id);
res.json(garou);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.

res.status(200).send(results);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.

res.status(200).send(results);
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
server/api/search.js Dismissed Show dismissed Hide dismissed
server/api/garou.js Fixed Show fixed Hide fixed

res.status(200).send("Garou updated!");
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
server/api/garou.js Fixed Show fixed Hide fixed

res.status(200).send("Garou updated!");
} catch (err) {
res.status(404).send(err);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.
Exception text
is reinterpreted as HTML without escaping meta-characters.
Exception text
is reinterpreted as HTML without escaping meta-characters.

res.status(200).json(newGarou.id);
} catch (err) {
res.status(403).send(err);

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.

res.status(200).json(newGarou.id);
} catch (err) {
res.status(403).send(err);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.
Exception text
is reinterpreted as HTML without escaping meta-characters.
@Daelso Daelso marked this pull request as ready for review August 7, 2023 15:43
@Daelso Daelso merged commit 176da60 into main Aug 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant