Skip to content

Commit 398f904

Browse files
authored
Merge pull request #258 from th30d4y/alert-autofix-112
Potential fix for code scanning alert no. 112: Incomplete regular expression for hostnames
2 parents 402af19 + 0ce02e1 commit 398f904

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)