optimism icon indicating copy to clipboard operation
optimism copied to clipboard

ctb: Add security council config to sepolia.json

Open maurelian opened this issue 1 year ago • 2 comments

maurelian avatar Apr 19 '24 02:04 maurelian

[!WARNING] This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Learn more

  • #10224 Graphite 👈
  • #10207 Graphite
  • #10120 Graphite
  • #10072 Graphite
  • develop

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @maurelian and the rest of your teammates on Graphite Graphite

maurelian avatar Apr 19 '24 02:04 maurelian

Semgrep found 4 golang_fmt_errorf_no_params findings:

No fmt.Errorf invocations without fmt arguments allowed

Ignore this finding from golang_fmt_errorf_no_params.

Semgrep found 1 import-text-template finding:

  • op-bindings/bindgen/generator_local.go

When working with web applications that involve rendering user-generated content, it's important to properly escape any HTML content to prevent Cross-Site Scripting (XSS) attacks. In Go, the text/template package does not automatically escape HTML content, which can leave your application vulnerable to these types of attacks. To mitigate this risk, it's recommended to use the html/template package instead, which provides built-in functionality for HTML escaping. By using html/template to render your HTML content, you can help to ensure that your web application is more secure and less susceptible to XSS vulnerabilities.

Ignore this finding from import-text-template.

semgrep-app[bot] avatar Apr 25 '24 14:04 semgrep-app[bot]