=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ironic-inspector-10.4.0/doc/source/install/index.rst-241- ironic-inspector-10.4.0/doc/source/install/index.rst:242:* Next, setup ``$TFTPROOT/pxelinux.cfg/default`` as follows:: ironic-inspector-10.4.0/doc/source/install/index.rst-243- ############################################## ironic-inspector-10.4.0/doc/source/install/index.rst-263- (sending ramdisk logs to **ironic-inspector**), modify the ``append`` ironic-inspector-10.4.0/doc/source/install/index.rst:264: line in ``$TFTPROOT/pxelinux.cfg/default``:: ironic-inspector-10.4.0/doc/source/install/index.rst-265- ############################################## ironic-inspector-10.4.0/doc/source/install/index.rst-380- ironic-inspector-10.4.0/doc/source/install/index.rst:381:* Next, setup ``$TFTPROOT/EFI/BOOT/grub.cfg`` as follows:: ironic-inspector-10.4.0/doc/source/install/index.rst-382- ############################################## ironic-inspector-10.4.0/doc/source/install/index.rst-416- ironic-inspector-10.4.0/doc/source/install/index.rst:417:For example, setup ``$TFTPROOT/EFI/BOOT/grub.cfg`` as following:: ironic-inspector-10.4.0/doc/source/install/index.rst-418- ############################################## ironic-inspector-10.4.0/releasenotes/notes/http-basic-auth-fbe1da9669f5388c.yaml-14- The only password digest supported is bcrypt, and the ``bcrypt`` ironic-inspector-10.4.0/releasenotes/notes/http-basic-auth-fbe1da9669f5388c.yaml:15: python library is used for password checks since it supports ``$2y$`` ironic-inspector-10.4.0/releasenotes/notes/http-basic-auth-fbe1da9669f5388c.yaml-16- prefixed bcrypt passwords as generated by the Apache htpasswd utility. ############################################## ironic-inspector-10.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po-1910-"The only password digest supported is bcrypt, and the ``bcrypt`` python " ironic-inspector-10.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po:1911:"library is used for password checks since it supports ``$2y$`` prefixed " ironic-inspector-10.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po-1912-"bcrypt passwords as generated by the Apache htpasswd utility." ############################################## ironic-inspector-10.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po-1914-"The only password digest supported is bcrypt, and the ``bcrypt`` Python " ironic-inspector-10.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po:1915:"library is used for password checks since it supports ``$2y$`` prefixed " ironic-inspector-10.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po-1916-"bcrypt passwords as generated by the Apache htpasswd utility." ############################################## ironic-inspector-10.4.0/tools/test-setup.sh-41-root_roles=$(sudo -H -u postgres psql -t -c " ironic-inspector-10.4.0/tools/test-setup.sh:42: SELECT 'HERE' from pg_roles where rolname='$DB_USER'") ironic-inspector-10.4.0/tools/test-setup.sh-43-if [[ ${root_roles} == *HERE ]];then