=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== sat-pubsub-0.4.0~hg422.c21f31355ab9/sat_pubsub/pgsql_storage.py-83-# retrieve the maximum integer item id + 1 sat-pubsub-0.4.0~hg422.c21f31355ab9/sat_pubsub/pgsql_storage.py:84:NEXT_ITEM_ID_QUERY = r"SELECT COALESCE(max(item::integer)+1,1) as val from items where node_id={node_id} and item ~ E'^\\d+$'" sat-pubsub-0.4.0~hg422.c21f31355ab9/sat_pubsub/pgsql_storage.py-85-