OpenINF / openinf.github.io

โšก๐Ÿ‹ The OpenINF portal, other static resources, and more static electricity
https://open.inf.is
5 stars 3 forks source link

merge progress from open.inf.is repo fork #1267

Closed DerekNonGeneric closed 3 months ago

DerekNonGeneric commented 3 months ago

i wanted to bring these changes back here and add something like the below image to the main page

image

like the footer from jekyllrb.com

image

sweep-ai[bot] commented 3 months ago

Sweep: PR Review

Sweep is currently reviewing your pr...

socket-security[bot] commented 3 months ago

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/autoprefixer@10.4.19 environment Transitive: filesystem, shell +12 3.14 MB ai
npm/cssnano@7.0.1 Transitive: environment, filesystem, shell, unsafe +52 6.76 MB ludovicofischer
npm/dprint@0.45.1 environment, filesystem, shell 0 8.03 kB dsherret
npm/gulp-dart-sass@1.1.0 unsafe Transitive: environment, filesystem +47 7.83 MB mattdsteele
npm/gulp-postcss@10.0.0 Transitive: environment, filesystem +14 1.96 MB unsoundscapes
npm/gulp-rename@2.0.0 None 0 7.17 kB contra
npm/gulp-sourcemaps@3.0.0 Transitive: environment, eval, filesystem +41 3.84 MB nmccready
npm/gulp@5.0.0 Transitive: environment, filesystem, shell, unsafe +99 2.2 MB phated
npm/remark-lint-maximum-line-length@4.0.1 Transitive: environment +58 1.76 MB wooorm
npm/remark-lint-no-file-name-consecutive-dashes@3.0.0 None +5 114 kB wooorm
npm/stylelint-config-recess-order@5.0.1 None 0 16.5 kB stormwarning
npm/stylelint@16.4.0 environment Transitive: eval, filesystem, unsafe +84 6.45 MB ybiquitous

๐Ÿšฎ Removed packages: npm/env-cmd@10.1.0, npm/eslint-config-biome@1.5.3, npm/eslint-plugin-json@3.1.0, npm/eslint-plugin-markdown@4.0.1, npm/eslint@9.0.0, npm/nps-i@1.0.2, npm/nps-utils@1.7.0, npm/postcss-html@1.6.0, npm/remark-lint-maximum-line-length@4.0.0, npm/stylelint-config-recess-order@5.0.0, npm/stylelint@16.3.1, npm/zx@8.0.1

View full reportโ†—๏ธŽ

socket-security[bot] commented 3 months ago

๐Ÿšจ Potential security issues detected. Learn more about Socket for GitHub โ†—๏ธŽ

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Protestware/Troll package npm/es5-ext@0.10.64
  • Note: This package prints a protestware console message on install regarding Ukraine for users with Russian language locale
Install scripts npm/es5-ext@0.10.64
  • Install script: postinstall
  • Source: node -e "try{require('./_postinstall')}catch(e){}" || exit 0
Install scripts npm/dprint@0.45.1
  • Install script: postinstall
  • Source: node ./install.js
Install scripts npm/@biomejs/biome@1.7.1
  • Install script: postinstall
  • Source: node scripts/postinstall.js
  • orphan: npm/@biomejs/biome@1.7.1

View full reportโ†—๏ธŽ

Next steps

What is protestware?

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Consider that consuming this package my come along with functionality unrelated to its primary purpose.

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/es5-ext@0.10.64
  • @SocketSecurity ignore npm/dprint@0.45.1
  • @SocketSecurity ignore npm/@biomejs/biome@1.7.1
DerekNonGeneric commented 3 months ago

as many of you know, we have plenty of work to go around and not really enough people available to do it and this is the kind of work that excites me personally, so let's dig in (we'll see how far we get tonight)


let's first address the notice above, which is bout socket detecting protestware, which should be long over-due for fixes

i think for a while we did not address this since it did not affect us, but i want this fixed already and i know that we can do so

i am going to do this by looking for the package in question in our package-lock.yaml:

https://github.com/OpenINF/openinf.github.io/blob/57aec26ec700f531402e3e06c6faf81f0a60b1bb/pnpm-lock.yaml#L1348

okay, this seems like it goes all the way back to a dependency of the published version of @openinf/util-text

if we can simply use the repo in its current state (or a branch like next) rather than published version, we seem like we will be out of the woods here — i am going to work on something like that next if anyone wants to peep that, y'all can check:

๐Ÿ”— https://github.com/OpenINF/openinf-util-text#readme

DerekNonGeneric commented 2 months ago

another good footer from https://emberjs.com

image

"Generously supported" sounds better!