aboutsummaryrefslogtreecommitdiff
path: root/pyrightconfig.json
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-08-04 13:38:33 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-08-04 13:38:33 +0000
commit3da9b211b2d0b552859ec24c05ba26d18d887f2b (patch)
treee34be3b8a1892bae17941a08da0f2f1ad4214533 /pyrightconfig.json
parentb0675aba922d680c2e9d5e0dc0337ac81d1ce086 (diff)
downloadtagrss-3da9b211b2d0b552859ec24c05ba26d18d887f2b.tar
tagrss-3da9b211b2d0b552859ec24c05ba26d18d887f2b.tar.gz
tagrss-3da9b211b2d0b552859ec24c05ba26d18d887f2b.zip
Set (high) limit on tag length
Like the earlier added limit on number of tags on a given feed, this is necessary to reduce DoS potential.
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
index 9c2d55a..3aba5d1 100644
--- a/pyrightconfig.json
+++ b/pyrightconfig.json
@@ -1,3 +1,4 @@
{
- "typeCheckingMode": "basic"
+ "typeCheckingMode": "basic",
+ "reportUnnecessaryTypeIgnoreComment": true
} \ No newline at end of file