Skip to content

Conversation

@secf00tprint
Copy link
Contributor

I got a 'list' object has no attribute 'split'.
Traced it down to this spot in the code.

Seems that there are some entries in https://raw.githubusercontent.com/AliasIO/wappalyzer/master/src/technologies.json which have a list

cf:

"Abicart": {
  "cats": [
    6
  ],
  "description": "Abicart is an ecommerce platform developed by the Swedish company Abicart AB.",
  "icon": "abicart.png",
  "meta": {
    "generator": [
      "Abicart",
      "Textalk Webshop"
    ]
  },
  "pricing": [
    "mid",
    "recurring"
  ],
  "saas": true,
  "website": "https://abicart.com/"
},

in the generator part

Changed the code here to make it "list-aware"

I got `'list' object has no attribute 'split'`
traced it down to this spot in the code.

Seems that there are some entries in https://raw.githubusercontent.com/AliasIO/wappalyzer/master/src/technologies.json which have a list

cf:

    "Abicart": {
      "cats": [
        6
      ],
      "description": "Abicart is an ecommerce platform developed by the Swedish company Abicart AB.",
      "icon": "abicart.png",
      "meta": {
        "generator": [
          "Abicart",
          "Textalk Webshop"
        ]
      },
      "pricing": [
        "mid",
        "recurring"
      ],
      "saas": true,
      "website": "https://abicart.com/"
    },

in the generator part

Changed the code here to make it "list-aware"
@smaury smaury requested a review from TheZ3ro March 19, 2021 15:09
@TheZ3ro
Copy link
Member

TheZ3ro commented Mar 19, 2021

This seems all right.
Probably in the future we should review the https://github.com/AliasIO/wappalyzer/blob/master/schema.json file for the Wappalyzer DB and update our definition to match it.

LGTM! And thanks for the PR

@TheZ3ro TheZ3ro merged commit 2a6a9a1 into ShielderSec:master Mar 19, 2021
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.

2 participants