Skip to content

Commit 0ce02e1

Browse files
Potential fix for code scanning alert no. 112: Incomplete regular expression for hostnames
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 402af19 commit 0ce02e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • backend/lib/openzeppelin-contracts/certora

backend/lib/openzeppelin-contracts/certora/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function runCertora(spec, contract, files, options = []) {
101101
stream.end();
102102

103103
// write results in markdown format
104-
writeEntry(spec, contract, code || signal, (await output).match(/https:\/\/prover.certora.com\/output\/\S*/)?.[0]);
104+
writeEntry(spec, contract, code || signal, (await output).match(/https:\/\/prover\.certora\.com\/output\/\S*/)?.[0]);
105105

106106
// write all details
107107
console.error(`+ certoraRun ${args.join(' ')}\n` + (await output));

0 commit comments

Comments
 (0)