OWASP-BLT / BLT

OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.
https://blt.owasp.org
GNU Affero General Public License v3.0
122 stars 125 forks source link

Crypto address validation using JavaScript #2400

Closed CodeWithBishal closed 4 days ago

CodeWithBishal commented 6 days ago

added a javascript file containing 3 functions. Each of the function represent each of the crypto addresses.

TO Use

include the javascript file, call the respective function with the address and the function will return true if it is a valid crypto address

TO Test

I have included a list of some demo crypto addresses to test each of the validator, TO Test: uncomment the respective validator and open the browser console on the page where the js file is included.

I will integrate this code with the profile page once, the profile page is completed Integration with the existing profile page is completed ☑️

Thanks

this closes #2282 and #2281

CodeWithBishal commented 6 days ago

Sure!

CodeWithBishal commented 6 days ago

@DonnieBLT hey, so I found that user's crypto address is being updated only on the profile page, so I added the validator here,

I have checked bidding.html and bid_selection.html but couldn't find any forms updating the user's crypto address

this closes #2281