Skip to content

Commit 117410e

Browse files
committed
Update API directory, to stop matching local URLs in the index
The new version no longer indexes local URLs at all, treating localhost/private IPs/*.local etc as lookup-only specs. This is useful, as previously it was easy to get false positives for URLs on localhost and other common addresses. Those should now all be filtered out - the APIs are still available from the directory if you'd like to download & enable them manually, but they won't be automatically recognized when accessed via private/local addresses.
1 parent df9ce00 commit 117410e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"mockttp": "^3.5.0",
113113
"monaco-editor": "^0.27.0",
114114
"node-forge": "^1.3.0",
115-
"openapi-directory": "^1.2.0",
115+
"openapi-directory": "^1.3.0",
116116
"openapi3-ts": "^1.3.0",
117117
"polished": "^3.2.0",
118118
"posthog-js": "^1.42.3",

0 commit comments

Comments
 (0)