[console_scripts]
precli = precli.cli.main:main

[precli.parsers]
go = precli.parsers.go:Go
java = precli.parsers.java:Java
python = precli.parsers.python:Python

[precli.rules.go]
GO001 = precli.rules.go.stdlib.crypto_weak_cipher:WeakCipher
GO002 = precli.rules.go.stdlib.crypto_weak_hash:WeakHash
GO003 = precli.rules.go.stdlib.crypto_weak_key:WeakKey

[precli.rules.python]
PY001 = precli.rules.python.stdlib.assert:Assert
PY002 = precli.rules.python.stdlib.crypt_weak_hash:CryptWeakHash
PY003 = precli.rules.python.stdlib.ftplib_cleartext:FtpCleartext
PY004 = precli.rules.python.stdlib.hashlib_weak_hash:HashlibWeakHash
PY005 = precli.rules.python.stdlib.hmac_timing_attack:HmacTimingAttack
PY006 = precli.rules.python.stdlib.hmac_weak_hash:HmacWeakHash
PY007 = precli.rules.python.stdlib.imaplib_cleartext:ImapCleartext
PY008 = precli.rules.python.stdlib.json_load:JsonLoad
PY009 = precli.rules.python.stdlib.logging_insecure_listen_config:InsecureListenConfig
PY010 = precli.rules.python.stdlib.marshal_load:MarshalLoad
PY011 = precli.rules.python.stdlib.nntplib_cleartext:NntpCleartext
PY012 = precli.rules.python.stdlib.pickle_load:PickleLoad
PY013 = precli.rules.python.stdlib.poplib_cleartext:PopCleartext
PY014 = precli.rules.python.stdlib.shelve_open:ShelveOpen
PY015 = precli.rules.python.stdlib.smtplib_cleartext:SmtpCleartext
PY016 = precli.rules.python.stdlib.ssl_create_unverified_context:CreateUnverifiedContext
PY017 = precli.rules.python.stdlib.ssl_insecure_tls_version:InsecureTlsVersion
PY018 = precli.rules.python.stdlib.ssl_context_weak_key:SslContextWeakKey
PY019 = precli.rules.python.stdlib.telnetlib_cleartext:TelnetlibCleartext
PY020 = precli.rules.python.stdlib.tempfile_mktemp_race_condition:MktempRaceCondition
