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

[frontend] Update JS libraries #963

Open
javawolfpack opened this issue Jul 18, 2023 · 2 comments
Open

[frontend] Update JS libraries #963

javawolfpack opened this issue Jul 18, 2023 · 2 comments
Labels

Comments

@javawolfpack
Copy link

Describe the bug
Can I get a list of all the JS libraries in the all-minified.js file?

I know there are the following:

  • JQuery
  • moment.js

But that is not all of them, as trying to make an updated file version broke parts of the site. But need to be updated as at least those two are reasonably outdated with known vulnerabilities that my campus IT security scanning is giving me trouble about. Short-term a list of what libraries is in that monolith file would be a quick fix, long term, either separate files, better documentation, or update the static files to have newer versions of the libraries.

INGInious installation details

  • Version: v.0.8.7

To Reproduce
Steps to reproduce the behavior:

  1. Install 0.8.7 as comes with the outdated libraries

Expected behavior
Mentioned above, should have versions of the JS libraries without vulnerabilities.

Screenshots
N/A

Desktop (please complete the following information):
N/A

Additional context
Hopefully has already be covered.

@Drumor
Copy link
Collaborator

Drumor commented Jul 19, 2023

Hello @javawolfpack,

I think what you're looking for is our grunt configuration here

This give you an idea of what is inside our minify file.

Let me know if it's ok for you.

Best

@javawolfpack
Copy link
Author

That should be enough for me to update locally 🤞 But ideally long term would be updated in the official version too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants