-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update Wappalyzer #3800
base: main
Are you sure you want to change the base?
Update Wappalyzer #3800
Conversation
…update-wappalyzer
Can confirm that this still generates software and softwareinstance oois, but cannot confirm whether there are more or less of those now. |
"Software|jQuery Migrate|1.0.0|", | ||
"Software|jQuery|3.6.0|", | ||
"Software|Bootstrap|3.3.7|", | ||
"Software|Bootstrap|2.3|cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am I correct n thinking this should list Bootstrap 3.3.7
I also still see the jquery migrate and regular migrate in the source file?
Observed the following two things:
webpageanalysis port 443
RetireJS port 443
|
The pending findings should trigger Boefje jobs for those findings against the various hydration boefjes, not sure why they have not ran, but unlikely to be related to this PR. It looks like Bytes was unable to store the raw files for both the boefjes runs. Not sure why, If rescheduling worked, Bytes might have had issues with reaching one of its underlying services (rabbitmq or postgres?), this would also be unlikely to be related to this PR. |
# Conflicts: # boefjes/boefjes/plugins/kat_webpage_analysis/main.py
…update-wappalyzer
Quality Gate failedFailed conditions |
Changes
This update replaces the outdated and archived Wappalyzer dependency with a more current fork. It also implements a script that downloads an updated technologies file from this, a project that aims to maintain Wappalyzer technologies files. For now the technology file should be updated manually from time to time, but we should work towards a plans for an automated way of doing this.
Issue link
Closes #3037
QA notes
Run the Wappalyzer normalizer and see if it still produces
Software
andSoftwareInstance
OOIs.Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.