fix: guard against mutating code in non-mutable functions #3555
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Advanced Security / CodeQL
succeeded
Aug 14, 2023 in 3s
3 new alerts
New alerts in code changed by this pull request
- 3 notes
See annotations below for details.
Annotations
Check notice on line 9 in vyper/builtins/_signatures.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Check notice on line 54 in vyper/builtins/functions.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Check notice on line 10 in vyper/semantics/analysis/annotation.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Loading