OS info
- Operating System : Windows 10.0.22631
- Wappler Version : 6.0.1
(Cannot open a PHP project under Docker because there’s no repository to pull and opening a NodeJS project with Docker has three moderate vulnerabilities that won’t repair)
I cannot create a PHP project using Docker because it pops the following error message:
[+] Running 1/1
✘ web Error 5.1s
Error response from daemon: pull access denied for wapplerio/php-8.2-apache, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
Error Launching Services!
I went to Docker Hub in case it was a Docker login issue. I successfully logged in and found out that problem is that there is no wapplerio/php-8.2-apache repository available in the list.
I guess that means that a PHP project is not an option today.
I had initially chosen to create a NodeJS project. While I am able to work in the NodeJS project, I cannot bring up the local server. I can, however, open the web page by entering http://www.localhost:8100/ in the browser address bar.
The problem there is that there are three moderate vulnerabilities. When I try to apply the fix, it doesn’t happen. The chain there is:
Microsoft Windows [Version 10.0.22631.2787]
© Microsoft Corporation. All rights reserved.
J:\Business\Heron Hill Equine\www 2023\HHE_Wappler_Under_Docker>npm audit
npm audit report
semver 7.0.0 - 7.5.1
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via npm audit fix
node_modules/simple-update-notifier/node_modules/semver
simple-update-notifier 1.0.7 - 1.1.0
Depends on vulnerable versions of semver
node_modules/simple-update-notifier
nodemon 2.0.19 - 2.0.22
Depends on vulnerable versions of simple-update-notifier
node_modules/nodemon
3 moderate severity vulnerabilities
To address all issues, run:
npm audit fix
J:\Business\Heron Hill Equine\www 2023\HHE_Wappler_Under_Docker>npm audit fix
up to date, audited 269 packages in 3s
28 packages are looking for funding
run npm fund
for details
npm audit report
semver 7.0.0 - 7.5.1
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via npm audit fix
node_modules/simple-update-notifier/node_modules/semver
simple-update-notifier 1.0.7 - 1.1.0
Depends on vulnerable versions of semver
node_modules/simple-update-notifier
nodemon 2.0.19 - 2.0.22
Depends on vulnerable versions of simple-update-notifier
node_modules/nodemon
3 moderate severity vulnerabilities
To address all issues, run:
npm audit fix
J:\Business\Heron Hill Equine\www 2023\HHE_Wappler_Under_Docker>
…
Steps to reproduce
Full-on reproducible on every try for both problems.
When I try to use the option to close Wappler and re-open it with logging it closes out but crashes somewhere along the way and when it does re-start it isn’t logging . . . hence the above pasting of error messages.