-
Notifications
You must be signed in to change notification settings - Fork 296
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
Proposed JSON Schema Changes for Discussion #738
Comments
- Remove valid=true - change XXXPORNXXX to xx NSFW xx - Only keep contributors that have done something from 2022 until present day. - removed whitespace - removed funding.yml file as only 1 person ever used it - Sorted readme tools section - Removed Twitter from readme
Looks good to me - will just have to change validation of 'valid' a bit and that's not a biggie. |
Looks good! |
Not sure about point 1. Having an optional bad_chars (or valid_chars) field where required seems like a better solution that a binary choice of restricting users to that set. While it may not matter at this point, I think the flexibility could be important down the line to handle edge cases, i.e. where sites allow only certain special characters. If I am looking for Alternatively, if '.' is the only character that causes issues as discussed in #673, the invalid char field could just be about stripping the dot. That way we preserve other special characters. This also allows users to get output that matches their original input as closely as possible; for example, if someone puts in All other points are great. |
I see your points @AccentuSoft. It'd be simple to change the boolean T/F value to "insert the characters that cause issues for this site". I do see it as more complete and customizable too. Will make the change to the proposed list above. Thanks. |
Looks good to me as well. I would need to slightly modify the code to account for the change on the valid parameter, but other than that, it should be fine. Thanks for the heads up Micah. |
This has been completed. |
SpiderFoot has been updated to reflect this change. |
There are several bigger changes to the JSON file I have not moved on recently and I want to put them in one place and discuss and then act.
strip_bad_char
parameter with a value of whatever characters cause issues. For instance, if a period (.
) causes problems, that line would be"strip_bad_char" : ".",
. Whatever characters are in that field would be removed from the username prior to making the request to the destination site.XXXPORNXXX
toxx NSFW xx
to reflect that not all NSFW (Not Safe For Work) sites are pornographic in nature.valid
parameter to optionalvalid=True
entries. Only time we will use thevalid
parameter would be when we want to temporarily turn off a site. otherwise checkers will assume that if novalid
parameter is present thenvalid=True
.I'm looking for feedback until Thursday, August 17, 2023. At that point, we will move forward with the changes or what has been decided in this issue.
The text was updated successfully, but these errors were encountered: