crytic / building-secure-contracts

Guidelines and training material to write secure smart contracts
https://secure-contracts.com/
GNU Affero General Public License v3.0
2.2k stars 343 forks source link

Fixing script #299

Closed cdahlheimer closed 1 year ago

cdahlheimer commented 1 year ago

Discovered the issue, was injecting the Hubspot JS script as additional-js, however, the contents of the static/script.js file were HTML. Converted contents to JS.

montyly commented 1 year ago

Great. Can you run the linter on it https://github.com/crytic/building-secure-contracts/blob/master/CONTRIBUTING.md#linting-and-formatting ?